CookieAquila

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

Was ist CookieAquila?

CookieAquila ist eine Chrome-Erweiterung, die von Cookie Aquila - Felipe entwickelt wurde, und ihr Hauptmerkmal ist "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CookieAquila-Erweiterungs-CRX-Datei herunterladen

Laden Sie CookieAquila-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
Offizielle URL https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
Beschreibung Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Dateigröße 557 KB
Installationsanzahl 20,000
Aktuelle Version 1.0.0
Letztes Update 2022-01-24
Veröffentlichungsdatum 2022-01-24
Entwickler Cookie Aquila - Felipe
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://cookieaquila.com/privacy/index.php
Unterstützte Sprachen 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"
    ]
}