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文件

下載Cookie Free擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}