Fix "This Extension May Soon No Longer Be Supported" in Chrome

Quick Answer

Chrome shows this message when an extension uses Manifest V2, which Chrome is phasing out. You cannot prevent this change, but you can prepare by exporting settings, checking for MV3 updates, and finding alternatives. This message appears before the extension stops working, giving you time to transition.

Common Extensions Affected by MV2 Deprecation

ExtensionTypeStatusRecommended Path
SwitchyOmegaProxy ManagerAffectedZeroOmega (MV3 fork)
uBlock OriginAd BlockerAffecteduBlock Origin Lite (MV3)
The Great SuspenderTab ManagerRemovedChrome Memory Saver
Various othersVariousCheck individuallySearch Extension Fixes

What This Chrome Message Means

This message indicates that the extension uses Manifest V2, an older Chrome extension platform that Google is phasing out. Chrome 138 has disabled MV2 by default. The message is a warning that the extension may stop working in future updates or may already be disabled.

Why You Are Seeing This Message

  • The extension was built for Manifest V2 and has not been updated to Manifest V3
  • Chrome is progressively disabling MV2 extensions with each release
  • The developer has not released an MV3-compatible version
  • The extension will eventually stop working unless updated by the developer

What You Can Safely Do Now

  • Export extension settings if the option is available
  • Check the Chrome Web Store for an updated MV3 version
  • Search Extension Fixes for your extension name and alternatives
  • Look for official announcements from the extension developer
  • Note the extension permissions to verify alternatives later
  • Test potential alternatives while your current setup still works

What Not to Do

  • Do not install random CRX files from unknown download sites.
  • Do not assume a similar name means it is official.
  • Do not grant broad permissions without checking the developer.
  • Export settings before removing old extensions if you still need the configuration.

Best Options at a Glance

Check first:Official Chrome Web Store for MV3 updates
Search:Extension Fixes for known alternatives
Export:Settings before removing the old extension

Frequently Asked Questions

Frequently Asked Questions

Sources

Related Pages

Last updated: May 2026