CookieAquila

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

什么是CookieAquila?

CookieAquila是由Cookie Aquila - Felipe开发的Chrome扩展程序,该扩展的主要功能是“Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.”。

扩展截图

screenshot
screenshot
screenshot

下载CookieAquila扩展crx文件

下载CookieAquila扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
官方URL https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
简介 Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
文件大小 557 KB
安装次数 20,000
当前版本 1.0.0
更新时间 2022-01-24
上架时间 2022-01-24
开发者 Cookie Aquila - Felipe
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://cookieaquila.com/privacy/index.php
支持的语言 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"
    ]
}