Cookie Watch

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

Hvad er Cookie Watch?

Cookie Watch er en Chrome-udvidelse udviklet af daniel.barajas1280, og dens hovedfunktion er "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Udvidelsesskærmbilleder

screenshot

Download Cookie Watch-udvidelses-CRX-fil

Download Cookie Watch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
Officiel URL https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Beskrivelse Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Filstørrelse 204 KB
Antal Installationer 71,272
Nuværende Version 1.0.1
Senest Opdateret 2022-10-29
Udgivelsesdato 2021-04-20
Udvikler daniel.barajas1280
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://cookiewatch.org/privacy-policy/index.html
Understøttede Sprog 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"
}