Cookie Free

Keeping you free from Cookies as you surf the web.

Cookie Free란 무엇입니까?

Cookie Free은(는) https://projectsio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeping you free from Cookies as you surf the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Cookie Free 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you frustrated with continuous Cookies that keep tracking you?

We are here with an Ultimate Chrome Plugin - Cookie Free, that will help you Delete Your Cookies in just One Click.

Keep your computer free from Cookies and avoid being monitored!
With Cookie Free you have endless options to Keep yourself away from Cookies. As shown in the screen shots, you can find how easy it is to Delete Cookies!

This is an initiative from Projectsio to the community that we serve and try to make it a better place. We want our users to feel safe when they are interacting with the web, as one can find themselves in unknown territories and in just one click all your data can be copied/deleted by any 3rd party vendors. 

Thus we recommend Web Users to keep deleting their Cookies from time to time, so as to have larger bandwidth for safety. 
We promise our users to keep updating our chrome plugin for more features and speed.                    

확장 프로그램 기본 정보

이름 Cookie Free Cookie Free
ID ancbiilnolclfglfcinlgblclkjnhhcj
공식 URL https://chromewebstore.google.com/detail/cookie-free/ancbiilnolclfglfcinlgblclkjnhhcj
설명 Keeping you free from Cookies as you surf the web.
파일 크기 176 KB
설치 횟수 88
현재 버전 0.0.1
최근 업데이트 2020-07-10
출시 날짜 2020-06-25
평점 5.00/5 총 6 개의 평점
개발자 https://projectsio.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Free",
    "version": "0.0.1",
    "description": "Keeping you free from Cookies as you surf the web.",
    "icons": {
        "16": "icon\/cookie.png",
        "32": "icon\/cookie.png",
        "128": "icon\/cookie.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/auto.js"
            ]
        }
    ]
}