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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}