Cookie Watch

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

What is Cookie Watch?

Cookie Watch is a Chrome extension developed by daniel.barajas1280, and its main feature is "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Extension Screenshots

screenshot

Download Cookie Watch Extension CRX File

Download Cookie Watch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
Official URL https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Description Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
File Size 204 KB
Installation Count 71,272
Current Version 1.0.1
Last Updated 2022-10-29
Publish Date 2021-04-20
Developer daniel.barajas1280
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cookiewatch.org/privacy-policy/index.html
Supported Languages 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"
}