Skip to content

Instantly share code, notes, and snippets.

@duyplus
Last active July 12, 2025 09:50
Show Gist options
  • Select an option

  • Save duyplus/ec8d8e49817a55d52a906890599593f5 to your computer and use it in GitHub Desktop.

Select an option

Save duyplus/ec8d8e49817a55d52a906890599593f5 to your computer and use it in GitHub Desktop.
How to Enable Legacy Extensions in Chrome

Chrome 138 requires an additional flag to use all these.

First set:

chrome://flags/#temporary-unexpire-flags-m137[Enabled]

Then restart Chrome and you can set:

chrome://flags/#extension-manifest-v2-deprecation-warning[Disabled]

chrome://flags/#extension-manifest-v2-deprecation-disabled[Disabled]

chrome://flags/#extension-manifest-v2-deprecation-unsupported[Disabled]

chrome://flags/#allow-legacy-mv2-extensions[Enabled]

And restart Chrome again.

[Cre: Reddit]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment