Cookie Watch

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

Vad är Cookie Watch?

Cookie Watch är en Chrome-tillägg utvecklad av daniel.barajas1280, och dess huvudfunktion är "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Tilläggsskärmbilder

screenshot

Ladda ner Cookie Watch-förlängningens CRX-fil

Ladda ner Cookie Watch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
Officiell webbadress https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Beskrivning Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Filstorlek 204 KB
Antal Installationer 71,272
Aktuell Version 1.0.1
Senast Uppdaterad 2022-10-29
Publiceringsdatum 2021-04-20
Utvecklare daniel.barajas1280
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://cookiewatch.org/privacy-policy/index.html
Stödda Språk 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"
}