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",
"name": "Click and Clean",
"description": "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.",
"version": "0.2.0",
"permissions": [
"browsingData",
"notifications",
"storage"
],
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "static\/icon-128.png",
"default_title": "Click and Clean"
},
"icons": {
"48": "static\/icon-48.png",
"128": "static\/icon-128.png"
},
"options_page": "options\/options.html",
"homepage_url": "https:\/\/browsernative.com\/click-and-clean-chrome-extension\/",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
}
}
}
}