Free your memory. Suspend what you don't need.
A free, open-source Chrome extension — no ads, no tracking.
Based on The Great Suspender, cleaned up and actively maintained.
A Marvellous Codeworks project
Once installed and enabled, this extension will automatically suspend tabs that have not been used for a default, or user-configurable, time interval. As a result, resources such as memory and CPU that the tab was consuming are freed.
If you have suggestions or problems using the extension, please submit a bug or a feature request.
If you have lost tabs from your browser you can read a guide for how to recover them here.
The Marvellous Suspender is available via the official Chrome Web Store.
For more information on the permissions required by the extension, see greatsuspender/thegreatsuspender#213.
Requires Google Chrome 110 or later (Manifest V3).
- Download the latest available version and unarchive to your preferred location.
- In Google Chrome, navigate to
chrome://extensions/and enable Developer mode (toggle in the upper right corner). - Click Load unpacked extension....
- Browse to the
srcdirectory of the unarchived folder and confirm.
The "welcome" page will open indicating successful installation.
Be sure to unsuspend all suspended tabs before removing any other version of the extension — suspended tabs that are removed will disappear forever.
Dependencies: openssl, npm.
npm install
npm run generate-key
npm run buildOutput should end with:
Done, without errors.
The extension in .crx format will be inside build/crx/. You can drag it into chrome://extensions to install locally.
"This extension is not listed in the Chrome Web Store" — if Chrome prevents you from enabling the
.crx, extract the.zipfrombuild/zip/, navigate tochrome://extensions, click Load unpacked extension..., browse to the extracted folder, and confirm.
Contributions are very welcome. Feel free to submit pull requests for new features and bug fixes. For new features, please raise an issue first so we can discuss the approach — this will go a long way to ensuring your pull request is accepted.
Help localize the extension into your language via Crowdin: crowdin.com/project/tms.
If your language is not available, submit a feature request.
This work is licensed under a GNU General Public License v2.
This package uses the html2canvas library written by Niklas von Hertzen.
It also uses the IndexedDB wrapper db.js written by Aaron Powell.