Last active
July 11, 2025 07:00
-
-
Save flipeador/5810d28dc648cce4c767c29b2be0c75f to your computer and use it in GitHub Desktop.
Extend the Manifest V2 phase-out in Windows.
This file contains hidden or 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
Windows Registry Editor Version 5.00 | |
; Microsoft Edge | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] | |
"ExtensionManifestV2Availability"=dword:00000002 | |
; Chromium | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium] | |
"ExtensionManifestV2Availability"=dword:00000002 | |
; Google Chrome | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] | |
"ExtensionManifestV2Availability"=dword:00000002 | |
; Brave | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave] | |
"ExtensionManifestV2Availability"=dword:00000002 | |
; Vivaldi | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Vivaldi] | |
"ExtensionManifestV2Availability"=dword:00000002 | |
; Yandex | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\YandexBrowser] | |
"ExtensionManifestV2Availability"=dword:00000002 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extend Manifest V2 until June 2025
https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
Update 2025-06-12
Enable
chrome://flags/#allow-legacy-mv2-extensions
to allow extensions with manifest v2 to be loaded as unpacked extensions.uBlockOrigin/uBlock-issues#3563 (comment)