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
官方網址 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"
    ]
}