Cookie Watch

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

Cos'è Cookie Watch?

Cookie Watch è un'estensione di Chrome sviluppata da daniel.barajas1280, e la sua funzione principale è "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cookie Watch

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

                        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.                    

Informazioni di Base sull'Estensione

Nome Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
URL Ufficiale https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Descrizione Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Dimensione del File 204 KB
Conteggio Installazioni 71,272
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-10-29
Data di Pubblicazione 2021-04-20
Sviluppatore daniel.barajas1280
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://cookiewatch.org/privacy-policy/index.html
Lingue Supportate 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"
}