Skip to content

Instantly share code, notes, and snippets.

@rursache
Created August 7, 2024 17:14
Show Gist options
  • Save rursache/206000c8145d16018dc123c2fa26a0bd to your computer and use it in GitHub Desktop.
Save rursache/206000c8145d16018dc123c2fa26a0bd to your computer and use it in GitHub Desktop.
Google Chrome Manifest V2 Postpone

Google Chrome Manifest V2 Postpone

Windows

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"ExtensionManifestV2Availability"=dword:00000002

macOS

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

Verify

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