Cookie Watch

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

什么是Cookie Watch?

Cookie Watch是由daniel.barajas1280开发的Chrome扩展程序,该扩展的主要功能是“Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.”。

扩展截图

screenshot

下载Cookie Watch扩展crx文件

下载Cookie Watch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
官方URL https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
简介 Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
文件大小 204 KB
安装次数 71,272
当前版本 1.0.1
更新时间 2022-10-29
上架时间 2021-04-20
开发者 daniel.barajas1280
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://cookiewatch.org/privacy-policy/index.html
支持的语言 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"
}