Last active
September 9, 2025 13:36
-
-
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 |
Author
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
Winaero | How to Restore Manifest V2 and uBlock Origin in Google Chrome 139 and above
Update 2025-07-14
<xdxd>
Use uBlock Origin Lite and AdGuard Extra.
</xdxd>
Update 2025-06-12
Enable
chrome://flags/#allow-legacy-mv2-extensionsto allow extensions with manifest v2 to be loaded as unpacked extensions.uBlockOrigin/uBlock-issues#3563 (comment)