Delete Cookies and Site Data

Delete cookies, storage and cache of all websites except the whitelisted domains.

Co je Delete Cookies and Site Data?

Delete Cookies and Site Data je rozšíření Chrome vyvinuté https://browsernative.com, a jeho hlavní funkcí je „Delete cookies, storage and cache of all websites except the whitelisted domains.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Delete Cookies and Site Data

Stáhněte si soubory rozšíření Delete Cookies and Site Data 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í

                        Delete data stored by all websites, or the site open in the current tab. 

one click to delete cookies and other data (cache, localStorage, indexedDB, webSQL etc.) stored by websites. 

Set whitelisted domains. Opt to auto-delete site data on browser startup.

Visit homepage for more information: https://browsernative.com/delete-cookies-chrome-extension/

Send feedback or suggestion to [email protected]                    

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

Název Delete Cookies and Site Data Delete Cookies and Site Data
ID aegmcdedlldfknejkhgjailcpkofpphb
Oficiální URL https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb
Popis Delete cookies, storage and cache of all websites except the whitelisted domains.
Velikost souboru 18.81 KB
Počet instalací 267
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-08-11
Datum Vydání 2022-08-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://browsernative.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://browsernative.com/delete-cookies-chrome-extension/
URL Stránky Nápovědy https://browsernative.com/delete-cookies-chrome-extension/
URL Stránky Zásad Ochrany Soukromí https://browsernative.com/extensions-privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delete Cookies and Site Data",
    "description": "Delete cookies, storage and cache of all websites except the whitelisted domains.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "\/static\/icon-128.png",
        "default_title": "Delete Cookies & Site Data",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "48": "\/static\/icon-48.png",
        "128": "\/static\/icon-128.png"
    },
    "permissions": [
        "browsingData",
        "storage",
        "notifications",
        "activeTab",
        "history"
    ],
    "homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/",
    "options_page": "\/option\/index.html"
}