Skip to content

ltx0101/MV2Switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MV2Switch

Manifest V2 Availability Setter for Chromium Browsers

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.

Browsers currently supported

  • Google Chrome
  • Microsoft Edge
  • Brave (Already supports it, just to be sure)

Features:

  • 1. Default browser behavior
  • 2. Disable Manifest V2 Extensions
  • 3. Enable Manifest V2 Extensions
  • 4. Manifest V2 is enabled for forced extensions only

How to Run

Run the command below in PowerShell:

iwr "https://raw.githubusercontent.com/ltx0101/MV2Switch/main/MV2Switch.ps1" -OutFile "MV2Switch.ps1"; .\MV2Switch.ps1
Requirements
  • Windows 10/11
  • PowerShell with Administrator privileges
Error "Running Scripts is Disabled on this System"

Run this command in PowerShell:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

About

Manifest V2 Switcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published