Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "name": "Close & Clean", "short_name": "Close & Clean", "version": "2.1.0.0", "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/singleclickapps.com\/close-and-clean-button", "description": "Close all tabs and windows and clean up Chrome in one single click", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "browsingData", "tabs", "storage" ], "incognito": "spanning", "action": { "default_icon": "icon.png", "default_title": "Close All & Clean", "default_popup": "popup.html" }, "background": { "service_worker": "start.js" }, "offline_enabled": true, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "Close tabs and windows and clean up Chrome" } }, "options_page": "settings.html" }