Cookie Master

manage website cookies.

ما هو Cookie Master؟

Cookie Master هو إضافة Chrome تم تطويرها بواسطة misuhoom، والميزة الرئيسية لها هي "manage website cookies.".

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

screenshot
screenshot
screenshot

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

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

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

                        Make cookie management between websites easier and faster.
It has a beautiful interface and also, operation is very smooth.
It will never pry into your data, enjoy it~


Here is what cookie master can do:
1. copy one or all cookies in current active tab;
2. copy all cookies in flat form;
3. import standard cookies into current tab;
4. delete one or all cookies in current active tab;
5. add new cookies;
6. modify cookies http-only and secure properties.                    

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

الاسم Cookie Master Cookie Master
ID jahkihogapggenanjnlfdcbgmldngnfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-master/jahkihogapggenanjnlfdcbgmldngnfl
الوصف manage website cookies.
حجم الملف 66.56 KB
عدد التثبيتات 4,000
النسخة الحالية 0.1.0
آخر تحديث 2023-12-06
تاريخ النشر 2021-01-27
تقييم 4.38/5 مجموع تقييمات 8
المطور misuhoom
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Master",
    "version": "0.1.0",
    "description": "manage website cookies.",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_icon": "asset\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "cookie master"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/*.cloudflare.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "asset\/logo.png",
        "32": "asset\/logo.png",
        "48": "asset\/logo.png",
        "128": "asset\/logo.png"
    }
}