Skip to content

Instantly share code, notes, and snippets.

@AzimsTech
Last active June 30, 2026 12:45
Show Gist options
  • Select an option

  • Save AzimsTech/aebcd87a93902e6321610a442a80719b to your computer and use it in GitHub Desktop.

Select an option

Save AzimsTech/aebcd87a93902e6321610a442a80719b to your computer and use it in GitHub Desktop.
How to keep using Manifest v2 Chrome extensions

How to keep using Manifest v2 Chrome extensions

  1. Pin Chrome in Taskbar
  2. Win + R %UserProfile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
  3. Edit "Target" "C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled

To also disable cast feature

"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled,MediaRouter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment