CookieAquila

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

CookieAquila là gì?

CookieAquila là một tiện ích mở rộng Chrome được phát triển bởi Cookie Aquila - Felipe, và tính năng chính của nó là "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CookieAquila

Tải xuống các tệp mở rộng CookieAquila dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
URL Chính Thức https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
Mô tả Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Kích Thước Tệp 557 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-01-24
Ngày Phát Hành 2022-01-24
Nhà Phát Triển Cookie Aquila - Felipe
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cookieaquila.com/privacy/index.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}