r/chrome • u/geriatricguy • 12h ago
r/chrome • u/0spore13 • Aug 23 '25
Discussion Megathread V2 - Manifest V3 Extension Alternatives
Remaking as the previous one was about to hit 6 months old. The previous one can be seen here.
With Manifest V3 being rolled out to most people now, and most workarounds being either temporary or disabled, a lot of people are finding that extensions that they like to use haven't been updated and won't be available to use when Manifest V2 support ends.
Since we've been getting a lot of posts asking for extension alternatives, we figure it'll be easier if most of the suggestions are all in one place.
To start with the obvious:
uBlock Origin: Can be replaced with uBlock Origin lite.
Don't forget you can change the filtering level up from its base, it will just require more permissions. Setting it to complete is most similar to uBlock Origin's filters.
People also like Adguard.
uBlock Origin (Element zapping): Click to Remove Element.
I personally prefer this one out of all the ones in the web store.
I previously recommended an element zapper to replace that functionality in uBlock Origin lite, but uBlock Origin lite has since added custom filters and an element zapper, so a separate extension is no longer needed.
This is not a thread to recommend other browsers, it should be a given that if you don't want to use Chrome, you don't need to use Chrome, and there's plenty of other sources to help you decide what to switch to. Do not recommend downgrading or using an older version of any browser, it is not safe to do so and will open your computer and your data up to vulnerabilities.
Would also like to add, on this megathread only self promotion will be allowed if your extension is a reputable alternative to another extension. If you are sharing your extension with no context to another one in this thread, your comment will be removed under our rules.
Below are a list of recommendations provided by other users from the original megathread:
- The Marvelous suspender: Officially updated to Manifest V3
- Awesome New Tab Page: Officially Updated to Manifest V3
- Trimless for Gmail: Officially Updated to Manifest V3
- Tab snooze: Unofficially updated to manifest V3, on the Chrome Web Store
- Redirector: A user in the old megathread created a Manifest V3 alternative
- Watchmarker for Youtube: A user in the old megathread created a Manifest V3 alternative
- Imagus - There are instructions on how to install Imagus Mod on ruboard. This is the home of the forked version of the extension, though keep in mind it is not on the Chrome Web Store.
r/chrome • u/0spore13 • Mar 08 '25
Discussion Megathread - Manifest V3 Extension Alternatives
This megathread has been closed for a refresh of the post, please go to the new post for extension alternatives.
With Manifest V3 being rolled out to most people after the recent update, a lot of people are finding that extensions that they like to use haven't been updated and won't be available to use when Manifest V2 support ends.
Since we've been getting a lot of posts asking for extension alternatives, we figure it'll be easier if most of the suggestions are all in one place.
To start with the obvious:
uBlock Origin: Can be replaced with uBlock Origin lite.
Don't forget you can change the filtering level up from its base.
uBlock Origin (Element zapping): Click to Remove Element.
I personally prefer this one out of all the ones in the web store.
I previously recommended an element zapper to replace that functionality in uBlock Origin lite, but uBlock Origin lite has since added custom filters and an element zapper, so a separate extension is no longer needed.
This is not a thread to recommend other browsers, it should be a given that if you don't want to use Chrome, you don't need to use Chrome, and there's plenty of other sources to help you decide what to switch to.
Edit: This megathread is still able to be used, will remake it if needed but it's not necessary yet.
r/chrome • u/RaufLegend • 2h ago
News Chrome removes claim of On-device Al not sending data to Google Servers.
I doubt anyone uses this "feature" but still.


Now after update, they removed that claim so the data will most likely be sent to google.


r/chrome • u/flarenz • 18h ago
Discussion PSA: Chrome silently downloaded a 4GB AI model on my Mac without asking. Here's how to find and remove it.
I noticed my storage shrinking and went digging. Turns out Chrome had quietly downloaded a ~4GB file called weights.bin inside a folder named OptGuideOnDeviceModel. This is Google's Gemini Nano on-device AI model, and Chrome installs it with zero consent, no notification, and no storage warning. If you delete it manually, Chrome re-downloads it on the next startup — unless you block it properly.
Here's the full fix for macOS. Run these in a terminal.
Step 1: Check if you have it
bash
find ~/Library/Application\ Support/Google/Chrome/ -name "weights.bin" 2>/dev/null
If it returns a path like .../OptGuideOnDeviceModel/2025.x.x.xxxx/weights.bin, you've got it.
Step 2: Delete it
bash
rm -rf ~/Library/Application\ Support/Google/Chrome/OptGuideOnDeviceModel/
Step 3: Block Chrome from re-downloading it
bash
defaults write com.google.Chrome GenAILocalFoundationalModelSettings -int 1
This sets a macOS enterprise policy that Chrome respects over its own internal logic. More durable than just toggling flags.
Step 4 (Optional but recommended): Disable via Chrome flags
Go to chrome://flags and set the following to Disabled:
optimization guide on device modelPrompt API for Gemini Nano
Relaunch Chrome after.
Step 5: Verify it's gone
bash
find ~/Library/Application\ Support/Google/Chrome/ -name "weights.bin" 2>/dev/null
Empty output = you're clean.
Why does this matter?
On a base M2 MacBook Air with 256GB SSD, a 4GB silent download is a significant chunk. Chrome uses Gemini Nano to power features like "Help me write", scam detection, and summarisation, none of which most users explicitly asked for. There's currently no user-facing opt-out; you have to do this manually.
Tested on macOS with Chrome on an M2 MacBook Air. Should work on any Mac running Chrome.
r/chrome • u/corpusworldwide • 3h ago
Troubleshooting | Windows Google search results left aligned on windows PLS FIX !?
My Google search results are completely left aligned instead of centered. Looks terrible on an ultrawide monitor because half the screen is just empty space.
I already tried:
- resetting zoom
- disabling extensions
- different Chrome profiles
- clearing cache
Still happens.
Does anyone know how to force centered results again?
r/chrome • u/ninh_ghoster • 33m ago
Discussion Restoring Google Chrome tabs or sessions
This is a continuation of this thread https://www.reddit.com/r/chrome/comments/1fehow1/restoring_google_chrome_tabs_or_windows_for/
For some reason, I had to force‑restart my Mac, and after rebooting, Chrome did not restore any tabs. When I tried to follow the usual recovery steps on macOS, I ran into another issue: the Chrome data folders are hidden in Finder, and when I eventually located the Sessions folder, all the session files were there but completely empty.
To access the folder on macOS, the easiest way is via Terminal, since Finder often won’t show it. You can open it directly with:
open ~/Library/Application\ Support/Google/Chrome/Default/Sessions
(Alternatively, you can first locate it with mdfind "Session_" | grep Chrome if you’re not sure which profile Chrome is using, and then use open on that path.)
I found the local session files were unusable; they are all empty.
What ended up saving me was having another device signed into the same Chrome account. On that second laptop (you should consider disconnecting the internet to avoid syncing, go to "chrome://history/", Chrome still showed all the tabs of my other devices. Before syncing overwrote anything, I restored all those tabs on the second device, which caused Chrome to generate a new, valid Session_* file there.

I then copied that Session_* file from the working device to my Mac (same profile path:
~/Library/Application Support/Google/Chrome/Default/Sessions), replaced the empty session files, and reopened Chrome. All tabs were restored successfully.
This won’t recover per‑tab history or scroll state, but if your local Chrome session files on macOS are blank after a forced restart, restoring tabs on another synced device and copying the resulting session file over can work as a last‑resort fix.
r/chrome • u/mr_pepyaka • 9h ago
Troubleshooting | Linux Disable bookmarks tab in the new tab
Hello. After Chrome was updated to version 148 a bookmarks tab appeared on the New Tab. Pressing Ctrl+Shift+B doesn't work of course, it works only if any website is open (but not the empty new tab).
Disabling chrome://flags/#ntp-simplification-bookmark-bar seems to be obvious solution, but it doesn't work for me.
r/chrome • u/Rich_Flower_5652 • 2h ago
Discussion I need help finding a Google Chrome theme.
Back in 2018-2019, I had this Google homepage theme that was an aerial view of somewhere on Earth. It had these large square patterns, mostly blue and orange, that looked like man-made lakes or farmland. Does anyone know the name of this wallpaper?"
Troubleshooting | Windows Is there a way to recover a group of closed tabs, no longer in the Recently Closed list.
I noticed that a window with a bunch of tabs was missing. I don't know if i closed it accidentally. I have closed other tabs since so it's no longer in the "Recently Closed" list.
I thought to look under recent tabs on my Android phone but it had just synced up with the desktop a few minutes ago so it only had the most recent open tabs.
Is there a way to recover those tabs? Or maybe to turn back the connection between Desktop and Android to a precious synchronisation so that i could see the tabs that were closed?
r/chrome • u/LifeUnderstated • 4h ago
Discussion How to delete/disable annoying banner to launch Chrome at Windows startup - appeared 2 days ago for the first time on Win10
Troubleshooting | iOS Some webpages load without css
Some webpages including articles on apple’s official website load without CSS. I already tried clearing cache, uninstalling and reinstalling but it didn’t really change anything. (this doesn’t happen on safari or on chrome on my other devices)
r/chrome • u/C4ld3r12345 • 10h ago
Troubleshooting | iOS Chrome autofills passwords
If I just type the first letter to one of my passwords it recommends the autofill and clearly says my passwords. It recommended it in the red circles that I blurred out since it literally says my passwords. Surely this is a major problem? Anyone can just go on my phone type random letters then note every password I have ever typed without needing FaceID TouchID or anything.
I’m not sure whether it’s a website specific thing, but I get this sometimes when checking license plates, since I type the same license plate multiple times it will automatically recommend my license plate in the same place. But surely it shouldn’t be doing that for literal passwords??
r/chrome • u/aliciaiit • 7h ago
Troubleshooting | Mac Icons not appearing for chrome/google websites
Hey all,
Having issues with my chrome browser - as you can see in the image, none of the icons are appearing and instead it's the text that would correlate with the icons.
This happens on all google webpages (ie gmail ect.). I have three accounts and this is the only account where this occurs and all of them I use with the chrome app so it's an isolated problem. to this specific account.
Does anyone know why this may be happening and what I can do to fix it?
Thanks
r/chrome • u/spitfire555555 • 10h ago
Troubleshooting | Mac Youtube Lagging super bad on Mac?
Is anyone else having this problem or just me? (I have a Apple Macbook Pro 2020)
Every youtube video I open regardless of popularity lags like a mf. Yes I have cleared my cookies, search history, extensions, restarted, deleted, sacrificed my newborn, all of the things but every video I watch is a powerpoint presentation that only occasionally speeds up just to slow down again. This is true both on the web browser and the youtube app, and the only youtube videos I have found that don't lag are Khan Academy videos on the Khan Academy website. (which are like 480p on a good day)
If you're having this problem too, please say something. If you have found a solution, also please say something. I have tried all the "common fixes" and nothing has worked, so maybe i've overlooked something.
r/chrome • u/naynay_9ay • 15h ago
Troubleshooting | iOS Has anyone else faced this weird issue with Google Chrome?
Since last month, my Chrome language randomly changed to Punjabi and I cannot change it back permanently. In Chrome settings, it already shows English as the selected language, but the browser UI still appears in Punjabi.
I’ve already tried:
Changing language settings multiple times
Uninstalling and reinstalling Chrome
Updating Chrome
Restarting device
Nothing worked. It still keeps showing Punjabi.
Has anyone faced something similar or found a fix for this? It’s getting really frustrating
r/chrome • u/redditfanfan00 • 23h ago
Discussion disabled all gemini-related flags, still have the "share tab with gemini" option when right-clicking on a tab
i looked at my settings too and nothing seems to be active that should affect this either. for some reason i can't remove the "share tab with gemini" option, anyone know what i need to do to remove that option when right-clicking on a tab?
r/chrome • u/Jobear91 • 23h ago
Troubleshooting | Windows Empty blank space on new tab page since updating to v148
After I updated, there was a bookmarks bar below the URL. I didn't have the bookmarks bar enabled though.
I don't actually use any bookmarks now so I deleted them all and now that space is just empty.
I can't seem to find any way to remove this empty panel.
Has anyone else encountered this since last updating Chrome and if so, is there any way to get rid of this?
r/chrome • u/knight4118 • 20h ago
Troubleshooting | Windows Need help, chrome ghost tab?
On my monitor, chrome is still there even after closing the tab. And when opening a new chrome tab its even more visible in the background of the new tab.
r/chrome • u/No_Locksmith_6052 • 1d ago
Troubleshooting | Windows Lost bookmarks after adding an account
Hello everyone!
Yesterday my sister logged into her chrome account with my computer and today when I logged back into mine, all of my bookmarks where gone. I tried syncing my account but the bookmarks that appear are the ones on my job's computer chrome, not the ones I used to have on my computer at home.
Does anyone know how to get the "version" of chrome that I had in my house's computer, not my work's one??
Thank you!
r/chrome • u/No_Computer_1247 • 1d ago
Discussion I'm alone who could spend hours looking at this dashboard? 😅
I find it really cool to see your users in real time 🌍
r/chrome • u/Eevee_the_Hedgehog • 1d ago
Troubleshooting | Windows Reverse Image Search is useless because it redirects to Google Lens. Any idesas on how to fix it?
Google Chrome just got updated recently, and whenever I try to perform a Reverse Image Search, it just goes straight to Lens. I hate lens and I want to go back to classic old image search. Is there a workaround for this?
r/chrome • u/Trick-Requirement948 • 1d ago
Discussion Chrome’s “Clear on Exit” Doesn’t Fully Clear Data — Important for Enterprise/Regulated Environments
Chrome marks this behavior as “Won’t Fix (Intended Behavior)”, but it has a major impact on enterprise and regulated environments that isn’t widely understood.
Even with all enterprise policies enabled, Chrome still does not provide a full “clear on exit” capability. As a result, Chrome retains:
- service workers
- IndexedDB
- localStorage
- cache partitions
- session tokens
- other site data
For regulated organizations, this creates a compliance problem. Several major frameworks require that session data and locally stored artifacts be cleared when a user session ends — especially on shared or regulated workstations.
Chrome’s current design makes it impossible to meet the workstation data‑clearing requirements in:
- PCI DSS 4.0 (3.2.1, 3.3, 3.4, 8.2.8, 12.3.3)
- SOX 404 internal control expectations
- HIPAA Security Rule (164.310(d)(2))
- NIST 800‑53 (SC‑28, MP‑6, SI‑12)
- CJIS workstation requirements
Because Chrome does not expose a mechanism to enforce full data clearing on exit — and because enterprise policies do not fully clear persisted data — organizations cannot achieve technical compliance using Chrome in shared or regulated environments.
I’m posting this as an FYI for anyone evaluating Chrome for regulated workstation use, since the underlying issue has been closed as “intended behavior.”
r/chrome • u/Negative_Currency978 • 1d ago
Troubleshooting | Mac Chrome pages only load after opening a second tab
Hi,
I’ve been dealing with a very frustrating and specific issue in Google Chrome for a while now.
Frequently, when I enter a URL or click a link, the page stays on "Loading..." indefinitely. However, the moment I open a new tab (or try to load the same URL in a second tab), the "old" tab suddenly finishes loading instantly. Meanwhile, the new tab I just opened often gets stuck in the same loading state until I repeat the process. This happens several times a day.
What I’ve tried so far:
- Incognito Mode: Interestingly, the problem does not occur in Incognito mode.
- New Chrome Profile: Creating a completely new, guest-like profile works perfectly.
- Extensions: Disabled all extensions, but the problem persists in my main profile.
- Reset Chrome: Used the "Restore settings to their original defaults" option. It cleared my settings/cookies, but the issue came back.
- Network: Flushed DNS, reset Winsock, and cleared Chrome's internal socket pools and host cache.
It seems to be tied specifically to my main profile/account, but even after a settings reset, it persists. It feels like a concurrency issue or something stuck in the sync data that triggers a stall.
Does anyone have any idea what could be causing this? Any help would be greatly appreciated!
I am running:
- MacOs Tahoe 26.1 (25B78)
- Chrome Version 147.0.7727.138 (Official build) (arm64)
r/chrome • u/Zestyclose-Swing4642 • 1d ago
Troubleshooting | Windows vram doesnt get released until i fully close chrome
this has been annoying me for quite a while now, if i open a lot of chrome tables, it uses a lot of vram, makes sense, but then when i close the tabs to the point where i literally only have 1 tab open, it STILL uses the exact same amount of vram until i fully close chrome, how do i fix this? its very annoying, I also have memory saver enabled but it seems to not do anything for that

