CookieAquila

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

Apa itu CookieAquila?

CookieAquila adalah ekstensi Chrome yang dikembangkan oleh Cookie Aquila - Felipe, dan fitur utamanya adalah "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CookieAquila

Unduh file ekstensi CookieAquila dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CookieAquila CookieAquila
ID lkgmjkgknefdgjjclddkhndgljlbgmhc
URL Resmi https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc
Deskripsi Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
Ukuran File 557 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-01-24
Tanggal Publikasi 2022-01-24
Pengembang Cookie Aquila - Felipe
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://cookieaquila.com/privacy/index.php
Bahasa yang Didukung 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"
    ]
}