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": "Delete Cookies and Site Data",
"description": "Delete cookies, storage and cache of all websites except the whitelisted domains.",
"version": "1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "\/static\/icon-128.png",
"default_title": "Delete Cookies & Site Data",
"default_popup": "popup\/index.html"
},
"icons": {
"48": "\/static\/icon-48.png",
"128": "\/static\/icon-128.png"
},
"permissions": [
"browsingData",
"storage",
"notifications",
"activeTab",
"history",
"commands"
],
"homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/",
"options_page": "\/option\/index.html",
"commands": {
"delete_site_data": {
"suggested_key": {
"default": "Alt+Shift+D"
},
"description": "Delete all site data except whitelisted domains"
}
}
}