MV2Switch provides a graphical user interface (GUI) to set the ExtensionManifestV2Availability registry key for Chromium-based browsers (Google Chrome, Microsoft Edge, Brave, etc). The script allows you to control the availability of Manifest V2 extensions by modifying the registry key, which affects the extension behavior in these browsers.
- Google Chrome
- Microsoft Edge
- Brave (Already supports it, just to be sure)
- 1. Default browser behavior
- 2. Disable Manifest V2 Extensions
- 3. Enable Manifest V2 Extensions
- 4. Manifest V2 is enabled for forced extensions only
iwr "https://raw.githubusercontent.com/ltx0101/MV2Switch/main/MV2Switch.ps1" -OutFile "MV2Switch.ps1"; .\MV2Switch.ps1Requirements
- Windows 10/11
- PowerShell with Administrator privileges
Error "Running Scripts is Disabled on this System"
Set-ExecutionPolicy -ExecutionPolicy RemoteSignedMade with ❤️ and PowerShell