CookieAquila

Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.

O que é CookieAquila?

CookieAquila é uma extensão do Chrome desenvolvida por Cookie Aquila - Felipe, e sua principal característica é "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CookieAquila

Baixe arquivos de extensão CookieAquila 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

                        Cookie Aquila gives the user the option of automatically deleting tracking cookies while browsing the Internet.

Settings can be made by clicking on the Cookie Aquila logo in the browser.
It is possible to delete all cookies automatically or to choose to clean only part of the browser.

You can choose between:
- Tracking Cookies
- Browsing History
- Download History
- Cache

Cookie Aquila automatically cleans the browser where the user wants it.                    

Informações Básicas da Extensão

Nome CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
URL Oficial https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
Descrição Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Tamanho do Arquivo 557 KB
Contagem de Instalações 20,000
Versão Atual 1.0.0
Última Atualização 2022-01-24
Data de Publicação 2022-01-24
Desenvolvedor Cookie Aquila - Felipe
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://cookieaquila.com/privacy/index.php
Idiomas Suportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CookieAquila",
    "version": "1.0.0",
    "description": "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/color\/cookieaquila-icon-48.png",
        "128": "icons\/color\/cookieaquila-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "48": "icons\/color\/cookieaquila-icon-48.png",
            "128": "icons\/color\/cookieaquila-icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}