Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "short_name": "Tab Suspender", "version": "2.0.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuNEkrBy9aFGgcUssLSWYc+jDDfgAB+\/mZcDBu8dl\/Fxg8\/A\/vMkBAg7qrouRfPcJ4uqw3QSxMDaTIL49owqgm8uvCCFYdDVUWY7aU13YrxOn\/diY33ejzfyDaCHDKMlEIPsch2P5mHxF\/CUZ1vWAsKguPQHyHYwVPg22558wx9cdn3JvRI9mMLq8dB0p99PQfIFL9dpwKa11OXfEWgQbYfFYbK5+tD1xZL+oo6St8J23+pPGdz2QfXIceOT6znGj+gbmid78lT\/61RX4qYT+zBhnRsY99uAFW3w+wdw7YYh76uoJI43L4RL3dDxpll5ktdZrBo1ENVVr9IXK2XDgrQIDAQAB", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "action": { "default_icon": "img\/icon16.png", "default_title": "Tab Suspender", "default_popup": "popup.html" }, "options_page": "fancy-settings\/source\/index.html", "background": { "service_worker": "worker.js" }, "incognito": "split", "offline_enabled": true, "minimum_chrome_version": "100", "permissions": [ "tabs", "notifications", "unlimitedStorage", "contextMenus", "storage", "scripting", "favicon", "offscreen" ], "optional_permissions": [], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "lib\/h2c.js", "inject.js" ], "match_origin_as_fallback": true, "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "_favicon\/*", "fancy-settings\/source\/index.html", "*.html", "*.js", "*.js.map", "*.css", "\/img\/*.png", "img\/*.ico", "video\/*.mp4" ], "matches": [ "<all_urls>" ], "extension_ids": [ "*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "commands": { "suspend-current": { "suggested_key": { "default": "Alt+S", "mac": "Command+Shift+S", "windows": "Alt+S", "chromeos": "Alt+S", "linux": "Alt+S" }, "description": "Suspend Current Tab" }, "suspend-all-other": { "suggested_key": { "default": "Alt+O", "mac": "Command+Shift+O", "windows": "Alt+O", "chromeos": "Alt+O", "linux": "Alt+O" }, "description": "Suspend All Other Tabs" }, "suspend-all-window": { "suggested_key": { "default": "Alt+W", "mac": "Command+Shift+W", "windows": "Alt+W", "chromeos": "Alt+W", "linux": "Alt+W" }, "description": "Suspend All Window" }, "unsuspend-current-window": { "suggested_key": { "default": "Alt+U", "mac": "Command+Shift+U", "windows": "Alt+U", "chromeos": "Alt+U", "linux": "Alt+U" }, "description": "Unsuspend Current Window" }, "unsuspend-current-tab": { "description": "Unsuspend Currnet Tab" }, "unsuspend-all-tabs": { "description": "Unsuspend All Tabs" }, "add-to-white-list": { "description": "Add to Whitelist..." }, "remove-from-white-list": { "description": "Remove from Whitelist" }, "ignore-current-tab": { "description": "Ignore Current Tab" }, "remove-current-tab-from-ignore": { "description": "Remove Current Tab From Ignore" }, "suspend-or-unsuspend-current-tab": { "description": "Suspend or Unsuspend Current Tab (in one HotKey)" } } }