CookieAquila

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

What is CookieAquila?

CookieAquila is a Chrome extension developed by Cookie Aquila - Felipe, and its main feature is "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CookieAquila Extension CRX File

Download CookieAquila extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
Official URL https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
Description Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
File Size 557 KB
Installation Count 20,000
Current Version 1.0.0
Last Updated 2022-01-24
Publish Date 2022-01-24
Developer Cookie Aquila - Felipe
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cookieaquila.com/privacy/index.php
Supported Languages 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"
    ]
}