Cookie Free

Keeping you free from Cookies as you surf the web.

O que é Cookie Free?

Cookie Free é uma extensão do Chrome desenvolvida por https://projectsio.com, e sua principal característica é "Keeping you free from Cookies as you surf the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cookie Free

Baixe arquivos de extensão Cookie Free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cookie Free Cookie Free
ID ancbiilnolclfglfcinlgblclkjnhhcj
URL Oficial https://chromewebstore.google.com/detail/cookie-free/ancbiilnolclfglfcinlgblclkjnhhcj
Descrição Keeping you free from Cookies as you surf the web.
Tamanho do Arquivo 176 KB
Contagem de Instalações 88
Versão Atual 0.0.1
Última Atualização 2020-07-10
Data de Publicação 2020-06-25
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://projectsio.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}