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
公式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
Eメール [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"
            ]
        }
    ]
}