Skip to content

Instantly share code, notes, and snippets.

@ishad0w
Created November 17, 2024 02:59
Show Gist options
  • Select an option

  • Save ishad0w/9ae183447fedb669ed02338e9357dcc4 to your computer and use it in GitHub Desktop.

Select an option

Save ishad0w/9ae183447fedb669ed02338e9357dcc4 to your computer and use it in GitHub Desktop.
macOS how to Enable Manifest V2 extensions for another year (until June 2025)

Arc

defaults write company.thebrowser.Browser.plist ExtensionManifestV2Availability -int 2

Chrome

defaults write com.google.Chrome.plist ExtensionManifestV2Availability -int 2

Chrome Beta

defaults write com.google.Chrome.beta.plist ExtensionManifestV2Availability -int 2

Chrome Dev

defaults write com.google.Chrome.dev.plist ExtensionManifestV2Availability -int 2

Brave

defaults write com.brave.Browser.plist ExtensionManifestV2Availability -int 2

Brave Beta

defaults write com.brave.Browser.beta.plist ExtensionManifestV2Availability -int 2

Edge

defaults write com.microsoft.Edge.plist ExtensionManifestV2Availability -int 2

Edge Beta

defaults write com.microsoft.Edge.Beta.plist ExtensionManifestV2Availability -int 2

Vivaldi

defaults write com.vivaldi.Vivaldi.plist ExtensionManifestV2Availability -int 2
@blakegearin
Copy link
Copy Markdown

This guide shows how to configure Chrome on macOS to block Manifest V2 extensions

Unless I'm misinterpreting, this is the exact opposite topic of this thread.

@binhnguyen99391
Copy link
Copy Markdown

@blakegearin Sorry, my mistake, I've corrected it

@mikal
Copy link
Copy Markdown

mikal commented Aug 2, 2025

@binhnguyen99391 Thanks for your awesome codes! Does this work for Chrome v139 on Mac Ventura? I tried to add the profile but couldn't Verify in Chrome in the step3.

@frozenpandaman
Copy link
Copy Markdown

@binhnguyen99391's solution worked for me last month but no longer as of today :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment