Cookie Remover

Removes cookies for the current site

Cos'è Cookie Remover?

Cookie Remover è un'estensione di Chrome sviluppata da Adam, e la sua funzione principale è "Removes cookies for the current site".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cookie Remover

Scarica i file di estensione Cookie Remover 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
URL Ufficiale https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
Descrizione Removes cookies for the current site
Dimensione del File 87.72 KB
Conteggio Installazioni 83,261
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-08-10
Data di Pubblicazione 2019-08-09
Valutazione 4.46/5 Totale 79 Valutazioni
Sviluppatore Adam
Tipo di Pagamento free
Lingue Supportate 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"
}