WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Suspender Pro - Save Memory & Speed Up Chrome

Tab Suspender Pro - Save Memory & Speed Up Chrome

View on Chrome Web Store
View Tab Suspender Pro - Save Memory & Speed Up Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (12 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The trusted tab suspender that saves memory and speeds up Chrome. Unlimited free. No limits. No tracking.
Type
Extension
Users
69 users
1
Autom8 LLC
View author page of Autom8 LLC
Published
Published on January 25, 2026
Version 1.0.18
Manifest version
3
Updated
Updated on February 3, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tab Suspender Pro - Save Memory & Speed Up Chrome Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Suspender Pro - Save Memory & Speed Up Chrome",
    "version": "1.0.18",
    "description": "The trusted tab suspender that saves memory and speeds up Chrome. Unlimited free. No limits. No tracking.",
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "Tab Suspender Pro",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "tabGroups",
        "scripting",
        "contextMenus",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/xggdjlurppfcytxqoozs.supabase.co\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "suspended.html",
                "icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "settings.html",
    "commands": {
        "suspend_current": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Suspend current tab"
        },
        "suspend_others": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Suspend all other tabs"
        },
        "restore_all": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Restore all tabs"
        },
        "whitelist_site": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Whitelist current site"
        }
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top