Fix "This Extension Is No Longer Supported" in Chrome
Quick Answer
Chrome shows this message when an extension uses Manifest V2 APIs that Chrome has deprecated. You cannot re-enable the old extension, but you can export settings, check for MV3 updates, and find alternatives. Most popular extensions have MV3-compatible replacements available.
Why This Happens
- The extension relies on Manifest V2, which Chrome has fully deprecated in Chrome 138.
- The extension was removed from the Chrome Web Store for policy violations.
- The developer stopped maintaining the extension and it became incompatible with updates.
- Chrome proactively disabled the extension due to detected security concerns.
- The extension is incompatible with your specific Chrome version.
What You Can Do
Search for the extension name in the Chrome Web Store for its current status.
Check Extension Fixes for alternatives to common affected extensions.
Look for official MV3 versions or community-maintained forks.
Export your extension settings if still accessible before removing it.
Consider alternative browsers like Firefox if you need specific extension functionality.
Contact the extension developer to inquire about MV3 updates.
What Not to Do
- Do not download CRX files from unofficial download sites.
- Do not install extensions with similar names assuming they are successors.
- Do not disable Chrome security features to force-install unsupported extensions.
- Do not give excessive permissions to unknown replacement extensions.
- Do not assume an extension is safe just because it appears legitimate.
Frequently Asked Questions
Sources
- Chrome Manifest V2 Deprecation TimelineGoogle Chrome Developers
- Chrome Web Store Program PoliciesGoogle Chrome Developers