Clear This Site!
Clear This Site! deletes all data from the current site only.
Cos'è Clear This Site!?
Clear This Site! è un'estensione di Chrome sviluppata da philipcolejohnson, e la sua funzione principale è "Clear This Site! deletes all data from the current site only.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clear This Site!
Scarica i file di estensione Clear This Site! 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
Clearing a site shouldn't log you out of everything else. Make the current site forget you while leaving other sites alone.
- One button. Dead simple!
- Easy way to get a fresh start on your current site
- Leaves data from other sites alone
- Clear cookies, session data, local storage, and plugin data
- Much faster than opening up dev tools
- Configurable. Reload? Sure. Save your cookies? No problem. Informazioni di Base sull'Estensione
| Nome | |
| ID | lljaigckaodgklopfdnbjednjfeffoak |
| URL Ufficiale | https://chromewebstore.google.com/detail/clear-this-site/lljaigckaodgklopfdnbjednjfeffoak |
| Descrizione | Clear This Site! deletes all data from the current site only. |
| Dimensione del File | 84.18 KB |
| Conteggio Installazioni | 47 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2021-03-03 |
| Data di Pubblicazione | 2019-11-16 |
| Sviluppatore | philipcolejohnson |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clear This Site!",
"version": "2.0.0",
"author": "Philip Cole Johnson",
"description": "Clear This Site! deletes all data from the current site only.",
"permissions": [
"activeTab",
"browsingData",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"action": {
"default_title": "Clear This Site!",
"default_icon": {
"16": "images\/trash-16.png",
"32": "images\/trash-32.png",
"48": "images\/trash-48.png",
"128": "images\/trash-128.png"
}
},
"icons": {
"16": "images\/trash-16.png",
"32": "images\/trash-32.png",
"48": "images\/trash-48.png",
"128": "images\/trash-128.png"
},
"manifest_version": 3
} | |