Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.2 KB

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