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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}