CookieAquila

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

CookieAquilaคืออะไร?

CookieAquila เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cookie Aquila - Felipe และคุณลักษณะหลักของมันคือ "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CookieAquila

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}