Delete Cookies and Site Data
Delete cookies, storage and cache of all websites except the whitelisted domains.
Cos'è Delete Cookies and Site Data?
Delete Cookies and Site Data è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Delete cookies, storage and cache of all websites except the whitelisted domains.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Delete Cookies and Site Data
Scarica i file di estensione Delete Cookies and Site Data in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | Delete Cookies and Site Data |
ID | aegmcdedlldfknejkhgjailcpkofpphb |
URL Ufficiale | https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb |
Descrizione | Delete cookies, storage and cache of all websites except the whitelisted domains. |
Dimensione del File | 18.81 KB |
Conteggio Installazioni | 267 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-08-11 |
Data di Pubblicazione | 2022-08-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://browsernative.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/delete-cookies-chrome-extension/ |
URL della Pagina di Aiuto | https://browsernative.com/delete-cookies-chrome-extension/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | 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" } |