Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Enterprise editions of Chrome continue to have manifest v2 support, so this doesn't necessarily affect Google employees.



Guess I know what I'm deploying in my enterprise of one seat.


If anyone finds a good guide, this would be a great place to share it.


On macOS:

  # defaults write com.google.Chrome.plist ExtensionManifestV2Availability -int 2
This will continue to allow MV2 extensions for your Chrome instance. Confirm the policy has been set by checking chrome://policy. See [1] for possible values.

Now, because uBO is now disabled in the Chrome Web Store, you also need to install it as a "forced extension" (the way extensions are deployed in enterprise environments). Install the extension according to the section "Use a preferences file" in [2]:

  - Create a file named cjpalhdlnbpafiamejdnhcphjbkeiagm.json
  - Place it in ~/Library/Application Support/Google/Chrome/External Extensions/
  - With content:
  { "external_update_url": "https://clients2.google.com/service/update2/crx" }
You'll need to create the "External Extensions" directory, set file permissions according to docs, restart Chrome. The file name contains the extension ID to be installed, which you can verify from the submission URL of this post. Upon Chrome restart, it should notify you with a message in the top right that an extension was forcibly installed.

The ExtensionManifestV2Availability definitely still works for now, but it's been a about a month since I used the preferences file way of installing the extension on a new device. YMMV.

[1] https://chromeenterprise.google/policies/#ExtensionManifestV... [2] https://developer.chrome.com/docs/extensions/how-to/distribu...


Nice, works for now, I'm sure they'll pull the rug on this solution too in under a year.

I'm switching browsers, I hate ads more than I like Chrome.

Sounds like June 2025 is the real date when it'll no longer be possible to use manifest v2 extensions per https://blog.chromium.org/2024/05/manifest-v2-phase-out-begi...


According to https://developer.chrome.com/docs/extensions/develop/migrate... the message is this:

June 2025: Chrome MV2 deprecation enterprise rollout


People will do anything not to get eating, except getting rid of the beast.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: