Cookie Remover

Removes cookies for the current site

Co je Cookie Remover?

Cookie Remover je rozšíření Chrome vyvinuté Adam, a jeho hlavní funkcí je „Removes cookies for the current site“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Cookie Remover

Stáhněte si soubory rozšíření Cookie Remover 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í

                        Instructions: 
Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes.

Also clears localStorage and sessionStorage for the current site.

Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.                    

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

Název Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
Oficiální URL https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
Popis Removes cookies for the current site
Velikost souboru 87.72 KB
Počet instalací 83,261
Aktuální Verze 1.0.3
Poslední Aktualizace 2019-08-10
Datum Vydání 2019-08-09
Hodnocení 4.46/5 Celkem 79 Hodnocení
Vývojář Adam
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove cookies for this site"
    },
    "description": "Removes cookies for the current site",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Cookie Remover",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}