Clear This Site!

Clear This Site! deletes all data from the current site only.

Co je Clear This Site!?

Clear This Site! je rozšíření Chrome vyvinuté philipcolejohnson, a jeho hlavní funkcí je „Clear This Site! deletes all data from the current site only.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Clear This Site!

Stáhněte si soubory rozšíření Clear This Site! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Clear This Site! Clear This Site!
ID lljaigckaodgklopfdnbjednjfeffoak
Oficiální URL https://chromewebstore.google.com/detail/clear-this-site/lljaigckaodgklopfdnbjednjfeffoak
Popis Clear This Site! deletes all data from the current site only.
Velikost souboru 84.18 KB
Počet instalací 47
Aktuální Verze 2.0.0
Poslední Aktualizace 2021-03-03
Datum Vydání 2019-11-16
Vývojář philipcolejohnson
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}