Delete Cookies and Site Data
Delete cookies, storage and cache of all websites except the whitelisted domains.
What is Delete Cookies and Site Data?
Delete Cookies and Site Data is a Chrome extension developed by https://browsernative.com, and its main feature is "Delete cookies, storage and cache of all websites except the whitelisted domains.".
Extension Screenshots
Download Delete Cookies and Site Data Extension CRX File
Download Delete Cookies and Site Data extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Delete data stored by all websites, or the site open in the current tab. one click to delete cookies and other data (cache, localStorage, indexedDB, webSQL etc.) stored by websites. Set whitelisted domains. Opt to auto-delete site data on browser startup. Visit homepage for more information: https://browsernative.com/delete-cookies-chrome-extension/ Send feedback or suggestion to [email protected]
Extension Basic Information
Name | Delete Cookies and Site Data |
ID | aegmcdedlldfknejkhgjailcpkofpphb |
Official URL | https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb |
Description | Delete cookies, storage and cache of all websites except the whitelisted domains. |
File Size | 18.81 KB |
Installation Count | 267 |
Current Version | 1.0.2 |
Last Updated | 2022-08-11 |
Publish Date | 2022-08-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/delete-cookies-chrome-extension/ |
Help Page URL | https://browsernative.com/delete-cookies-chrome-extension/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "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.2", "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" ], "homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/", "options_page": "\/option\/index.html" } |