Cookie Manager

Manage Active Cookies

Was ist Cookie Manager?

Cookie Manager ist eine Chrome-Erweiterung, die von https://www.xtensionizer.com entwickelt wurde, und ihr Hauptmerkmal ist "Manage Active Cookies".

Erweiterungsscreenshots

screenshot

Cookie Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookie Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information

We provide additional feature to delete all cookies when you close browser.

It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.

Please rate us and give us your feedback if you need any additional feature.                    

Grundlegende Informationen zur Erweiterung

Name Cookie Manager Cookie Manager
ID mfiipmpdfdpejeenmkcaojbbkajcfkgp
Offizielle URL https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp
Beschreibung Manage Active Cookies
Dateigröße 196 KB
Installationsanzahl 190
Aktuelle Version 1.0
Letztes Update 2023-03-22
Veröffentlichungsdatum 2019-09-10
Entwickler https://www.xtensionizer.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://xtensionizer.in/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Manager",
    "short_name": "CookieMan",
    "version": "1.0",
    "description": "Manage Active Cookies",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "Cookie Manager",
        "default_popup": "html\/cookieManager.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}