Cookie Remover

Removes cookies for the current site

Qu'est-ce que Cookie Remover ?

Cookie Remover est une extension Chrome développée par Adam, et sa fonction principale est "Removes cookies for the current site".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cookie Remover

Téléchargez les fichiers d'extension Cookie Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
URL Officiel https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
Description Removes cookies for the current site
Taille du Fichier 87.72 KB
Nombre d'Installations 83,261
Version Actuelle 1.0.3
Dernière Mise à Jour 2019-08-10
Date de Publication 2019-08-09
Évaluation 4.46/5 Total 79 Évaluations
Développeur Adam
Type de Paiement free
Langues Prises en Charge 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"
}