Skip to main content
Guide

Which Chrome Extensions Still Use Manifest V2? (2026)

Manifest V2 can't run on Chrome 151, so an enabled extension in 2026 is never MV2. The 2-minute chrome://extensions check that finds the ones that still are.

4 min read Verified Chrome 151

On Chrome 151 (stable since July 28, 2026), you can’t tell which extensions are Manifest V2 by asking whether they still work — none of them do. The check is simpler: open chrome://extensions and look for any card that’s greyed out with a warning line under its name. That line, not the version number, is what tells you.

Key takeaways

  • A working extension today is never MV2. Chrome 138 disabled every Manifest V2 extension in July 2025, with no re-enable option since.
  • The tell is the grey card, not a version label. Chrome shows the reason as text under the extension’s name, not as a “Manifest V2” badge.
  • Chrome 151 removed the last workaround. The final developer-only flag that could force an MV2 extension back on was deleted this release.

Find Your MV2 Extensions at chrome://extensions

  1. Type chrome://extensions into the address bar and press Enter.
  2. Scan the list for any card whose icon is dimmed and whose toggle sits off on its own, not because you switched it off.
  3. Read the line of text directly under the extension’s name. That text is Chrome’s diagnosis, and it tells you which of five reasons caused the disable.
  4. Click Details on any dimmed card to confirm the extension’s name and ID before you decide what to do with it.
  5. Anything toggled on and functioning normally is not Manifest V2: running was never optional for MV2 past July 2025, so an enabled extension already proves it’s V3.

If nothing on your list is dimmed, you don’t have any MV2 leftovers. Every extension you have is already Manifest V3, because that’s the only way any of them could still be running.

The Exact Warning Text That Means Manifest V2

Chrome uses a different message for each disable reason, and only one of them points at Manifest V2. Confusing it with the others sends you down the wrong fix.

Text under the extension’s nameWhat it meansManifest V2?
”No longer supported” or “may soon stop working”The developer never shipped an MV3 rebuildYes — this is the one
”Not from the Chrome Web Store”Sideloaded install, unrelated to manifest versionNo
”Disabled by your administrator” / “by policy”Blocked by a workplace, school, or Family Link policyNo
”This extension may be corrupted”Update download or on-disk files damagedNo
No warning text, toggle on, extension worksCurrently running normallyNo, impossible since July 2025

For the sideload, policy, and corruption cases, the fixes differ enough that they get their own walkthrough in Chrome Extension Keeps Getting Disabled After an Update?. This article only covers the MV2 row.

Why Chrome 151 Already Closed the Loophole

Chrome 138 (July 24, 2025) removed the user-facing re-enable toggle, and Manifest V2 extensions have not run on stable Chrome since. Two developer-only flags survived that cutoff: #extension-manifest-v2-deprecation-disabled, deleted in Chrome 150 (stable June 30, 2026), and #extension-manifest-v2-deprecation-unsupported, deleted in Chrome 151 (stable July 28, 2026) along with the command-line AllowLegacyMV2Extensions override. Chrome 151 is the build running on stable right now, verified August 3, 2026, and it contains no code path back to Manifest V2.

Chrome 152 ships August 25, 2026, on the usual four-week cadence. Nothing in Google’s public deprecation timeline reopens the MV2 path there or in any release after it.

What “Still MV2” Means Versus Just Dormant

A Chrome Web Store listing staying up is not the same as the extension running. Full uBlock Origin is the clearest example: its listing was still live as of July 2026 at v1.72.2 with 12 million users, and none of those installs have executed on stable Chrome since Chrome 138. The count reflects legacy installs, managed enterprise machines, and Chromium forks that still permit MV2 — not working copies on ordinary Chrome.

On August 31, 2026, Google removes every remaining Manifest V2 listing from the Chrome Web Store. That date changes the store, not your browser: an extension disabled today doesn’t come back to life afterward, but you lose the ability to find its listing, its update history, or a link to whatever successor the developer pointed people toward. If you’re going to act on a disabled MV2 extension, doing it before that date is easier than after.

What to Do With Each One You Find

  • Card shows “no longer supported”: check the extension’s Chrome Web Store listing for a shipped Manifest V3 version. Many developers rebuilt under a new listing rather than updating the old one.
  • No Manifest V3 rebuild exists: the extension is abandoned on Chrome. Replace it before August 31, 2026, while the old listing can still point you toward alternatives in its reviews or description.
  • The disabled extension is an ad or content blocker: most blockers that never shipped an MV3 version relied on the webRequest API that Manifest V3 replaced with declarativeNetRequest. SuperchargePerformance (v1.4.6) was built on declarativeNetRequest from launch, evaluating 195K+ curated blocking rules natively in Chrome with zero per-request JavaScript, so it never had a Manifest V2 version to lose.
  • Nothing on your list is dimmed: you’re done. Every extension you run is already Manifest V3, and neither Chrome 152 nor any later release changes that.

Frequently Asked Questions

How do I check if a Chrome extension is Manifest V2 or V3?
As of August 2026 (Chrome 151), open chrome://extensions and look at each card. Any extension that's toggled on and working normally is Manifest V3, since Chrome hasn't been able to run Manifest V2 code since Chrome 138 in July 2025. A dimmed card with 'no longer supported' or 'may soon stop working' under the name is your remaining Manifest V2 extension.
Can an extension still be Manifest V2 if it's enabled and working in my Chrome right now?
No. As of Chrome 151 (stable since July 28, 2026), that's structurally impossible. Chrome 138 removed the ability to run Manifest V2 extensions on stable Chrome in July 2025, and the last developer-only flags that could force one back on were deleted across Chrome 150 and 151. If it runs today, it was already rebuilt on Manifest V3.
What does 'no longer supported' mean under a Chrome extension?
It means Chrome has flagged the extension as Manifest V2 and disabled it. That message is specific to the MV2 sunset, distinct from 'Not from the Chrome Web Store' (sideloaded), 'disabled by your administrator' (policy), or 'may be corrupted' (a damaged install). As of August 2026, the fix is the same regardless of Chrome version: check whether the developer shipped a Manifest V3 update, and replace the extension if they didn't.
Will a Manifest V2 extension come back if I reinstall it?
No. As of August 2026 the block is enforced by Chrome itself, not by the install, so reinstalling the same extension leaves it disabled for the same reason. If the developer has shipped a Manifest V3 version, updating to that version is what restores it. If they have not, the listing is due to be removed from the Chrome Web Store on August 31, 2026, and the working answer is a replacement built for MV3.
Do I need to do anything before Chrome 152 ships on August 25, 2026?
Only if the check above turned up a disabled Manifest V2 extension. Chrome 152 doesn't change anything for extensions that already run today, since the MV2 shutdown itself finished with Chrome 151 on July 28, 2026. The date that still matters is August 31, 2026, when Google removes every remaining Manifest V2 listing from the Chrome Web Store, so an orphaned extension gets harder to find a replacement for, not easier.

Don't miss the next release

Be first to know when we ship something new.

Related Articles