Clear This Site!
Clear This Site! deletes all data from the current site only.
Wat is Clear This Site!?
Clear This Site! is een Chrome-extensie ontwikkeld door philipcolejohnson, en de belangrijkste functie is "Clear This Site! deletes all data from the current site only.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear This Site!
Download Clear This Site!-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | lljaigckaodgklopfdnbjednjfeffoak |
| Officiële URL | https://chromewebstore.google.com/detail/clear-this-site/lljaigckaodgklopfdnbjednjfeffoak |
| Beschrijving | Clear This Site! deletes all data from the current site only. |
| Bestandsgrootte | 84.18 KB |
| Aantal Installaties | 47 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2021-03-03 |
| Publicatiedatum | 2019-11-16 |
| Ontwikkelaar | philipcolejohnson |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |