CookieAquila

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

Co je CookieAquila?

CookieAquila je rozšíření Chrome vyvinuté Cookie Aquila - Felipe, a jeho hlavní funkcí je „Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CookieAquila

Stáhněte si soubory rozšíření CookieAquila ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
Oficiální URL https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
Popis Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Velikost souboru 557 KB
Počet instalací 20,000
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-01-24
Datum Vydání 2022-01-24
Vývojář Cookie Aquila - Felipe
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://cookieaquila.com/privacy/index.php
Podporované Jazyky 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"
    ]
}