CookieAquila

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

Hvad er CookieAquila?

CookieAquila er en Chrome-udvidelse udviklet af Cookie Aquila - Felipe, og dens hovedfunktion er "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download CookieAquila-udvidelses-CRX-fil

Download CookieAquila-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
Officiel URL https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
Beskrivelse Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Filstørrelse 557 KB
Antal Installationer 20,000
Nuværende Version 1.0.0
Senest Opdateret 2022-01-24
Udgivelsesdato 2022-01-24
Udvikler Cookie Aquila - Felipe
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://cookieaquila.com/privacy/index.php
Understøttede Sprog 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"
    ]
}