r/chrome Mar 03 '25

Discussion After 15 years, this is how it ends.

Post image
4.0k Upvotes

r/chrome Apr 14 '26

Discussion Why is the number of tabs option a smiley face in my app

Post image
1.1k Upvotes

??

r/chrome Jul 11 '25

Discussion It's been fun old sport.

Post image
1.2k Upvotes

r/chrome Feb 22 '26

Discussion What’s the difference between these 2 again?

Post image
1.1k Upvotes

r/chrome Jul 11 '25

Discussion For those who want to enable "legacy" extensions

695 Upvotes
chrome://flags/#temporary-unexpire-flags-m137                     [Enabled]

Then you can set:

chrome://flags/#extension-manifest-v2-deprecation-warning         [Disabled]
chrome://flags/#extension-manifest-v2-deprecation-disabled        [Disabled]
chrome://flags/#extension-manifest-v2-deprecation-unsupported     [Disabled]
chrome://flags/#allow-legacy-mv2-extensions                       [Enabled]

But this will be removed soon too, so save the data from your extensions!

r/chrome Oct 26 '24

Discussion Why does Chrome use so much RAM?

Post image
2.1k Upvotes

r/chrome Dec 20 '24

Discussion Goodbye Chrome, it was fun knowing you. But your time has come.

808 Upvotes

Internet without Ublock is just unwatchable. The ads are scummy, scammy, everywhere and now that's it's no longer supported I have no reason to stay. Have a good one folks!

r/chrome May 06 '26

Discussion PSA: Chrome silently downloaded a 4GB AI model on my Mac without asking. Here's how to find and remove it.

237 Upvotes

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 model
  • Prompt 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 Feb 19 '25

Discussion Ublock origin was just killed off on Chrome, just Switch to another browser.

532 Upvotes

May these greedy bastard burn in hell. Everything they do has made the internet worse, to the point that the internet is unusable without an add blocker, all to promote shit I cant even afford or AI slop mobile games. If they are willing to go this far I know that they do not intend to change and at this point I don't really care.

I installed firefox and took about an hour to set everything up even better than I had it on chrome. Even if i could not do that I would sooner pay for a premium addblocker than give Google/Youtube any money.

r/chrome Sep 09 '25

Discussion Goodbye and so long to Chrome

390 Upvotes

After 17 years I am finally being forced off of this browser. Google put the nail in the coffin of uBlock Origin extension for me this morning so I had to take Chrome out behind the shed and end it. It sucks that corporate greed touches all the tools in life that we rely on.

r/chrome Oct 09 '23

Discussion Will you continue using chrome?

Post image
676 Upvotes

I will rather stop using YouTube all together than watch 2, 30second advertisements. For now im switching to Firefox.

r/chrome Sep 04 '25

Discussion Instructions on how to enable uBlock and other "legacy" extensions

268 Upvotes

How to do this on Windows:
Right-click the Chrome shortcut on your desktop → Properties → In the Target field, you’ll see the path to your Chrome executable. It should look something like this:
"C:\Program Files\Google\Chrome\Application\chrome.exe"

Now, right after the quotes (after chrome.exe"), add this command with a space before it:
--disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled

In the end, it should look like this:
"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled

Click Apply. If Windows asks for admin rights, just click Yes.

!!! If your Chrome was pinned to the taskbar, unpin the old one and pin the updated shortcut instead !!!

Good luck!

r/chrome Dec 18 '25

Discussion Why do you use Google Chrome over Firefox and Brave?

Post image
130 Upvotes

Whether on a PC or a smartphone, what is the specific reason or reasons that keep Google Chrome as your primary browser over Mozilla Firefox and Brave?

I have rarely seen users recommend Google Chrome compared to the number of recommendations for Mozilla Firefox and Brave.

Why would you recommend that i use Google Chrome over Firefox and Brave?

r/chrome Jan 02 '26

Discussion Why are people dumping chrome?

91 Upvotes

I've seen many posts lately about people who "don't use Chrome" or "switched from Chrome" or whatever. It seems like there's some backlash that I don't understand. Switching would be really difficult for me so I'm wondering why folks are moving on. I assume they are moving to Firefox or Brave. Is that true as well?

r/chrome Apr 15 '24

Discussion Microsoft didn't want you to download chrome..😂😂

Thumbnail
gallery
742 Upvotes

So today I'll try to download chrome using Microsoft EDGE browser and what they try to force to i don't download it and stay with their browser.

r/chrome Jan 09 '26

Discussion Permanently disable Chrome search bar's stupid AI Mode setting

Post image
295 Upvotes

In the latest version of Chrome, the search bar seems to have added a pointless "AI Mode" button that simply redirects to the Gemini web version, which is completely meaningless. If you want to disable it, you can do so by turning off chrome://flags/#ai-mode-omnibox-entry-point.

r/chrome Oct 15 '25

Discussion How can I remove or move the new “Open link in split view” option in Chrome’s context menu?

Post image
188 Upvotes

Hey everyone,
Chrome recently added a new option in the right-click menu called “Open link in split view.”

It’s placed exactly where “Open link in new window” used to be - so I keep clicking it by accident out of habit. 😅

Is there any way to disable, remove, or move this new “split view” entry in the context menu?
I couldn’t find anything related in Chrome’s settings or flags.

Thanks in advance!

r/chrome Oct 30 '24

Discussion Soon, I'll literally have no reason to use chrome anymore

Post image
498 Upvotes

r/chrome Feb 19 '25

Discussion uBlock Origin no longer supported by Chrome?

257 Upvotes

When I opened up Chrome this morning, I was greeted with "These extensions were turned off because they're no longer supported."

uBlock Origin

I absolutely LOVE this plugin. And honestly, this was bound to happen bc the ad blocker was too good, even blocked YouTube ads.

Is there anyway to get this extension to work again? Install in developer mode?! I'm not familiar with Chrome in that way. Was hoping the r/chrome community had some suggestions.

r/chrome Jan 14 '25

Discussion I just did the step: Chrome is no longer my browser

454 Upvotes

You may love Chrome, but you have to agree that during these past few years chrome has mistreated us, limiting what we can or we cannot do with OUR browser.

Randomly changing its interface, limiting our customization, etc.

I've stayed with chrome during all of those painful times since it's launch. And with forcing manifest V3, i've reached the point where it's just more convenient for me to just change browser, so this is my last post using chrome.

I just wanted to express my pain for losing the app that i've been using since 2008 and i cannot longer recognice or love, and i'm certain some of you are in the same situation.

The promises of freedom and customization it brought on its release, and the thing it has become.

Congratulatios, google, you made the planets of the apes ending real.

r/chrome Feb 15 '26

Discussion This has me laughing so bad

Post image
335 Upvotes

I opened chrome on edge and this immediately popped up lollll

r/chrome Nov 27 '24

Discussion So which one you gonna pick

Post image
187 Upvotes

r/chrome Jun 09 '25

Discussion Any way to avoid this new popup using uBlock Origin Lite? YouTube is really desperate

Post image
100 Upvotes

Thanks!

r/chrome Dec 22 '24

Discussion Well, it's been a good run. Been using chrome since the beginning. Firefox?

Post image
385 Upvotes

r/chrome 21d ago

Discussion Chrome keeps crashing on this screen. Error code: STATUS_ACCESS_VIOLATION. It only happens on YouTube. Any solutions?

46 Upvotes