Clear Site Data
Clear current or all site data (cache, storage, etc).
Cos'è Clear Site Data?
Clear Site Data è un'estensione di Chrome sviluppata da https://guokai.dev, e la sua funzione principale è "Clear current or all site data (cache, storage, etc).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clear Site Data
Scarica i file di estensione Clear 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
When you click this extension icon, it will show you the storage used info of current (https) site. You can clear data for current site or all web sites, including these data types: Cache ● Browser Cache ● Cache Storage Storage ● Local Storage ● IndexedDB ● Web SQL ● Cookies ● Service Workers ● File Systems Others (only when select for all web sites) ● Download List ● Visited History ● Stored Form Data ● Stored Passwords When you select clearing data for all web sites, you can add excluded origins which are excluded from deletion. Note: [1]. Origin format:"://" [ ":" ]
Informazioni di Base sull'Estensione
Nome | Clear Site Data |
ID | aihgofjefdlhpnmeakpnjjeajofpcbhj |
URL Ufficiale | https://chromewebstore.google.com/detail/clear-site-data/aihgofjefdlhpnmeakpnjjeajofpcbhj |
Descrizione | Clear current or all site data (cache, storage, etc). |
Dimensione del File | 11.13 KB |
Conteggio Installazioni | 8,335 |
Versione Corrente | 0.0.9 |
Ultimo Aggiornamento | 2022-08-23 |
Data di Pubblicazione | 2020-03-15 |
Valutazione | 4.56/5 Totale 27 Valutazioni |
Sviluppatore | https://guokai.dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://guokai.dev/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Site Data", "version": "0.0.9", "author": "Guokai Han", "manifest_version": 3, "description": "Clear current or all site data (cache, storage, etc).", "offline_enabled": true, "permissions": [ "storage", "browsingData", "scripting", "activeTab" ], "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "action": { "default_popup": "popup.html" } } |