Clear Site Data
Clear current or all site data (cache, storage, etc).
Wat is Clear Site Data?
Clear Site Data is een Chrome-extensie ontwikkeld door https://guokai.dev, en de belangrijkste functie is "Clear current or all site data (cache, storage, etc).".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear Site Data
Download Clear 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
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:"://" [ ":" ]
Basisinformatie over de Extensie
Naam | Clear Site Data |
ID | aihgofjefdlhpnmeakpnjjeajofpcbhj |
Officiële URL | https://chromewebstore.google.com/detail/clear-site-data/aihgofjefdlhpnmeakpnjjeajofpcbhj |
Beschrijving | Clear current or all site data (cache, storage, etc). |
Bestandsgrootte | 11.13 KB |
Aantal Installaties | 8,335 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2022-08-23 |
Publicatiedatum | 2020-03-15 |
Beoordeling | 4.56/5 Totaal 27 Beoordelingen |
Ontwikkelaar | https://guokai.dev |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://guokai.dev/privacy |
Ondersteunde Talen | 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" } } |