Created
August 22, 2024 13:35
-
-
Save dserodio/65bde32837d4c900d83aba94a43e2c3e to your computer and use it in GitHub Desktop.
Enable support for Manifest v2 extensions in Chromium-based browsers for uBlock Origin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.google.Chrome.plist ExtensionManifestV2Availability -int 2 | |
defaults write com.brave.Browser.plist ExtensionManifestV2Availability -int 2 | |
defaults write company.thebrowser.Browser.plist ExtensionManifestV2Availability -int 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment