Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clear Cache", "version": "2.1.8.2", "version_name": "2.1.8-build.2", "icons": { "16": "img\/icon\/icon_16.png", "24": "img\/icon\/icon_24.png", "32": "img\/icon\/icon_32.png", "48": "img\/icon\/icon_48.png", "64": "img\/icon\/icon_64.png", "96": "img\/icon\/icon_96.png", "128": "img\/icon\/icon_128.png" }, "action": { "default_icon": { "16": "img\/icon\/icon_16.png", "24": "img\/icon\/icon_24.png", "32": "img\/icon\/icon_32.png", "48": "img\/icon\/icon_48.png", "64": "img\/icon\/icon_64.png", "96": "img\/icon\/icon_96.png", "128": "img\/icon\/icon_128.png" }, "default_title": "Clear Cache" }, "description": "Powerful, user-friendly browser data management, right from your toolbar.", "minimum_chrome_version": "101", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "pages\/sandbox\/index.html", "pages\/offscreen\/sandbox\/index.html", "pages\/offscreen\/storage\/index.html" ], "use_dynamic_url": true } ], "content_security_policy": { "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.paddle.com https:\/\/buy.paddle.com https:\/\/clearcache.io\/checkout\/index.html; script-src-elem 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.paddle.com https:\/\/buy.paddle.com https:\/\/clearcache.io\/checkout\/index.html; child-src 'self' https:\/\/clearcache.io\/checkout\/index.html https:\/\/buy.paddle.com; frame-src https:\/\/clearcache.io\/checkout\/index.html https:\/\/buy.paddle.com;" }, "sandbox": { "pages": [ "pages\/sandbox\/index.html" ] }, "options_page": "pages\/options\/index.html", "permissions": [ "alarms", "activeTab", "browsingData", "declarativeNetRequestWithHostAccess", "offscreen", "storage" ], "optional_permissions": [ "scripting", "tabs", "idle" ], "optional_host_permissions": [ "https:\/\/*.paddle.com\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+R" }, "description": "Clear Cache" } } }