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
Eメール [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"
    ]
}