Cookie Manager

Manage Active Cookies

ما هو Cookie Manager؟

Cookie Manager هو إضافة Chrome تم تطويرها بواسطة https://www.xtensionizer.com، والميزة الرئيسية لها هي "Manage Active Cookies".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cookie Manager

قم بتنزيل ملفات الامتداد Cookie Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information

We provide additional feature to delete all cookies when you close browser.

It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.

Please rate us and give us your feedback if you need any additional feature.                    

معلومات أساسية عن التمديد

الاسم Cookie Manager Cookie Manager
ID mfiipmpdfdpejeenmkcaojbbkajcfkgp
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp
الوصف Manage Active Cookies
حجم الملف 196 KB
عدد التثبيتات 190
النسخة الحالية 1.0
آخر تحديث 2023-03-22
تاريخ النشر 2019-09-10
المطور https://www.xtensionizer.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://xtensionizer.in/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Manager",
    "short_name": "CookieMan",
    "version": "1.0",
    "description": "Manage Active Cookies",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "Cookie Manager",
        "default_popup": "html\/cookieManager.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}