Cookie Watch

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

Wat is Cookie Watch?

Cookie Watch is een Chrome-extensie ontwikkeld door daniel.barajas1280, en de belangrijkste functie is "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cookie Watch

Download Cookie Watch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
Officiële URL https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Beschrijving Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Bestandsgrootte 204 KB
Aantal Installaties 71,272
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-10-29
Publicatiedatum 2021-04-20
Ontwikkelaar daniel.barajas1280
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://cookiewatch.org/privacy-policy/index.html
Ondersteunde Talen 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"
}