Skip to main content
Comparison SuperchargePerformance

The Great Suspender (2026): Forks, Status, Safe Alternatives

Banned Feb 2021 for malware. Two forks survived: Reloaded (v2.0.0, May 2026) and Marvellous (v8.1.3, Dec 2025). Fork status table + safe path forward.

6 min read Verified Chrome 149

Key takeaways

  • The original Great Suspender was removed from Chrome Web Store for malware in February 2021. It’s gone permanently.
  • Two forks are active on CWS in June 2026: Reloaded (v2.0.0, updated May 1 2026) and Marvellous (v8.1.3, Dec 2025). Both are MV3, open-source, and volunteer-maintained.
  • chrome.tabs.discard() suspends invisibly — no custom suspension page, no extra back-button history entry. (Scroll position resets on reload — a Chrome API limitation across all tab-discard tools.)

If you used The Great Suspender for years and want to know what’s still working in 2026, this page covers the current fork status, how they compare, and what SuperchargePerformance does differently.

Fork Status in June 2026

The original Great Suspender is permanently gone. Here is the verified state of every active branch as of June 2026:

ExtensionCWS Status (June 2026)Last UpdateMVUsersVerdict
The Great Suspender (original)Removed (malware, Feb 2021)MV2Do not use
Great Suspender ReloadedActive (v2.0.0)May 1, 2026MV3~40KActively updated fork
The Marvellous SuspenderActive (v8.1.3)Dec 22, 2025MV3~90KLarger user base, slower cadence
thegreatsuspender-notrackNot on CWSApr 2021 (abandoned)MV2Dead — MV2 disabled from Chrome 139
SuperchargePerformanceActive2026MV3~2,700 WAUActively maintained, ad blocking + dashboard

Sources: chrome-stats.com, extpose.com, GitHub commit logs (verified June 2026).

What Happened to The Great Suspender

The original Great Suspender had over 2 million Chrome users. In late 2020, the original developer sold it to an unknown buyer. The new owner injected malware — silently collecting user data and loading remote code. Google removed it from Chrome Web Store in February 2021.

Community forks emerged immediately. The most maintained today are Great Suspender Reloaded and The Marvellous Suspender. Both stripped the malicious code and migrated to MV3 before Chrome started disabling MV2 for standard users from Chrome 139 in mid-2025.

The original GitHub repo (greatsuspender/thegreatsuspender) hasn’t had a commit since October 2020. The thegreatsuspender-notrack fork by aciidic stalled in April 2021 and isn’t on the Chrome Web Store. Those are dead ends.

Great Suspender Reloaded in 2026

Great Suspender Reloaded (CWS ID: hlofigcdgjlnalbkeeinfcjceabpamci) shipped v2.0.0 on May 1, 2026. The GitHub repo (tim-dim-ext/The-Great-Suspender-Reloaded) had commits through April 30, 2026 — so this is an actively maintained fork as of this writing.

It is open-source GPL 2.0, runs entirely locally, no analytics or telemetry, and uses a custom suspension page rather than Chrome’s native discard API. The volunteer maintainer is reachable on GitHub. The CWS title currently reads “Tab Suspender | The Great Suspender 2026”, which explains why it ranks for the status query.

40K users. 4.08-star rating on 53 votes. Small community, active code.

The Marvellous Suspender in 2026

The Marvellous Suspender (CWS ID: noogafoofpebimajpfpamcfhoaifemoa) is the larger fork with ~90K users. Maintained by gioxx, stable release v8.1.3 dated December 22, 2025. It is also open-source, MV3, and no tracking. See the full Marvellous Suspender status page for a deep dive on this fork.

The roughly six-month gap since its last update is the main concern. Chrome ships every four weeks. A fork unupdated for six-plus months accumulates silent failures — manifest permission drift, API deprecations — that you often won’t notice until something stops working.

How MV3 Tab Suspension Works

SuperchargePerformance uses chrome.tabs.discard(), Chrome’s native tab lifecycle API. This differs from both forks in one important way: suspension is invisible.

The Great Suspender forks replace the tab’s content with a custom suspension page. Pressing back after a tab wakes up navigates to that suspension page — it’s a history entry. Scroll position resets to top. There’s a brief flash of the suspension screen before content loads.

Chrome’s discard API skips the suspension-page UX entirely. The tab stays in the tab bar with its favicon and title. Memory drops to near zero. Clicking it triggers a normal reload — no custom screen, no extra history entry. (Scroll position resets on reload, the same as any page reload after a long idle; this is a Chrome API limitation that applies to all tab-discard tools.)

Feature Comparison

FeatureSuperchargePerformanceGreat Suspender ReloadedMarvellous Suspender
Tab suspensionYesYesYes
Suspension mechanismchrome.tabs.discard()Custom suspension pageCustom suspension page
MV3 compatibleYesYes (v2.0.0)Yes (v8.1.3)
Audio tab protectionYesYesYes
Pinned tab protectionYesYesYes
Form input protectionYesYesYes
Ad blockingYes (186K+ rules)NoNo
RAM savings dashboardYesNoNo
PreloadingYesNoNo
Zero data collectionYes (verified from code)Yes (open-source)Yes (open-source)
Last update2026May 2026Dec 2025
Users~2,700 WAU~40K~90K
CostFree core, optional PROFreeFree

Two Reasons to Switch from a Fork

1. Maintenance trajectory. Chrome 149 is current. Great Suspender Reloaded updated to v2.0.0 in May 2026 — good cadence. The Marvellous Suspender’s last update was December 2025 — roughly six months of Chrome releases without a patch. Volunteer projects update when maintainers have time. SuperchargePerformance ships on a consistent schedule tied to Chrome releases.

2. The ownership history. The 2020 compromise involved 2 million users who had no idea their extension had been sold and weaponized. Both forks cleaned the code, but the original extension was monetized through user data after a quiet ownership transfer. That risk profile is worth factoring in when choosing what runs persistently in your browser.

What Stays the Same

The core tab suspension behavior from The Great Suspender works identically in SuperchargePerformance:

  • Inactive tabs have their memory freed
  • Tabs playing audio are never suspended (checks tab.audible)
  • Pinned tabs are protected
  • Tabs with unsaved form inputs are protected
  • Per-site whitelist to exclude domains from suspension
  • Configurable inactivity timers (15 min free, 5 min medium, custom timer on PRO)

Everything familiar is present, plus ad blocking with 186K+ rules, a RAM savings dashboard, and a popup showing total memory freed.

Trust and Security

The Great Suspender’s 2020 compromise is an object lesson in extension ownership risk. Popular free extensions with no business model can be sold to unknown buyers who monetize the user base through silent data collection or remote code execution.

SuperchargePerformance has a clear business model: an optional PRO tier. That removes the incentive to monetize through user data. All code runs locally. Zero outbound network requests, verified from the codebase. No remote code loading, no analytics, no data transmission to any server.

Both active forks are open-source and the malicious code was removed. Open-source is meaningful protection — auditing commit history is tractable. The Reloaded fork’s GitHub is actively watched.

Bottom Line

The Great Suspender is gone. Its two live MV3 forks — Great Suspender Reloaded (v2.0.0, May 2026) and The Marvellous Suspender (v8.1.3, Dec 2025) — both work on current Chrome. If you want a fork that matches the original’s behavior exactly, Reloaded is more recently updated. If you want a larger community, Marvellous has 90K users.

SuperchargePerformance offers the same tab suspension behavior on a stable MV3 architecture with active maintenance, ad blocking that saves 300–700ms per page load, and a dashboard showing RAM freed across all tabs. The original Great Suspender never had any of that.

For how SuperchargePerformance compares to other tab management options, see SuperchargePerformance vs Auto Tab Discard.

Frequently Asked Questions

What is the status of The Great Suspender extension in 2026?
As of June 2026, the original Great Suspender is permanently removed from Chrome Web Store — Google pulled it for malware in February 2021. Two community forks remain active: Great Suspender Reloaded (v2.0.0, updated May 1 2026, 40K users, MV3) and The Marvellous Suspender (v8.1.3, updated December 2025, 90K users, MV3). Both are volunteer-maintained. SuperchargePerformance is an actively maintained MV3 alternative with ad blocking and a memory dashboard.
Is The Great Suspender Reloaded safe in 2026?
Great Suspender Reloaded (extension ID: hlofigcdgjlnalbkeeinfcjceabpamci) is active on Chrome Web Store as of June 2026, version 2.0.0, last updated May 1 2026. It is open-source GPL 2.0, MV3, with no tracking or telemetry. It is volunteer-maintained by tim-dim-ext on GitHub with commits as recent as April 30 2026. Safe to install, but has no commercial backing or guaranteed update schedule.
Is The Great Suspender safe to use?
The original Great Suspender was removed from Chrome Web Store for malware in February 2021 and will never return. Community forks Great Suspender Reloaded (v2.0.0, May 2026) and The Marvellous Suspender (v8.1.3, Dec 2025) are both active on CWS, open-source, and malware-free. They are volunteer-maintained with varying update cadences.
What is the best MV3 tab suspender for Chrome in 2026?
SuperchargePerformance is an actively maintained MV3 tab suspender. It combines tab suspension with ad blocking, a memory dashboard, and preloading — features none of the Great Suspender forks offer. For a pure fork of the original, Great Suspender Reloaded (updated May 2026) or The Marvellous Suspender (90K users) are the two active options.
Will Great Suspender forks keep working in Chrome?
Both active forks have migrated to MV3 and work on Chrome 149. Great Suspender Reloaded updated to v2.0.0 on May 1 2026. The Marvellous Suspender is on v8.1.3 (December 2025). Whether they continue receiving timely updates depends on volunteer maintainers — neither has commercial backing.
How does SuperchargePerformance suspend tabs differently from The Great Suspender?
The Great Suspender replaced the tab's content with a custom suspension page, which created a back-button history entry. SuperchargePerformance uses chrome.tabs.discard(), which is invisible — the tab stays in the tab bar, memory is freed, and clicking reloads the page without that history entry. (Note: clicking a discarded tab triggers a fresh page load, so scroll position is lost on reload — this is a Chrome API limitation that affects every tab-discard tool, not just ours.)

Don't miss the next release

Be first to know when we ship something new.

Related Articles