Delete Cookies and Site Data
Delete cookies, storage and cache of all websites except the whitelisted domains.
Wat is Delete Cookies and Site Data?
Delete Cookies and Site Data is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Delete cookies, storage and cache of all websites except the whitelisted domains.".
Extensie Screenshots
Download het CRX-bestand van de extensie Delete Cookies and Site Data
Download Delete Cookies and Site Data-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Delete Cookies and Site Data |
ID | aegmcdedlldfknejkhgjailcpkofpphb |
Officiële URL | https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb |
Beschrijving | Delete cookies, storage and cache of all websites except the whitelisted domains. |
Bestandsgrootte | 18.81 KB |
Aantal Installaties | 267 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-08-11 |
Publicatiedatum | 2022-08-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://browsernative.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://browsernative.com/delete-cookies-chrome-extension/ |
Help Pagina-URL | https://browsernative.com/delete-cookies-chrome-extension/ |
URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
Ondersteunde Talen | 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" } |