Cookie Watch

Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.

Was ist Cookie Watch?

Cookie Watch ist eine Chrome-Erweiterung, die von daniel.barajas1280 entwickelt wurde, und ihr Hauptmerkmal ist "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Erweiterungsscreenshots

screenshot

Cookie Watch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookie Watch-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

                        This add-on quickly and easily removes cookies that save every surfing behavior for advertising purposes.
These so-called tracking and third-party cookies from third-party providers can be removed and blocked with a simple click.                    

Grundlegende Informationen zur Erweiterung

Name Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
Offizielle URL https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Beschreibung Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Dateigröße 204 KB
Installationsanzahl 71,272
Aktuelle Version 1.0.1
Letztes Update 2022-10-29
Veröffentlichungsdatum 2021-04-20
Entwickler daniel.barajas1280
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://cookiewatch.org/privacy-policy/index.html
Unterstützte Sprachen de,en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Watch",
    "version": "1.0.1",
    "description": "__MSG_manifest__",
    "manifest_version": 2,
    "browser_action": {
        "browser_style": true,
        "default_title": "Cookiewatch",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage",
        "",
        "notifications",
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "48": "images\/Cookiewatch_48x48.png",
        "96": "images\/Cookiewatch_96x96.png",
        "128": "images\/Cookiewatch_128x128.png"
    },
    "default_locale": "en"
}