Cookie Tool

Modify the domain name scope of all cookies with one click

ما هو Cookie Tool؟

Cookie Tool هو إضافة Chrome تم تطويرها بواسطة cjhsources، والميزة الرئيسية لها هي "Modify the domain name scope of all cookies with one click".

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

screenshot
screenshot
screenshot

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

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

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

                        Modify the domain name scope of all cookies with one click; eg:   www.google.com ->  .google.com                    

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

الاسم Cookie Tool Cookie Tool
ID cmcibloenecepmjigcfaehanbcpkcajb
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb
الوصف Modify the domain name scope of all cookies with one click
حجم الملف 79.23 KB
عدد التثبيتات 30
النسخة الحالية 0.0.2
آخر تحديث 2019-08-27
تاريخ النشر 2019-08-23
تقييم 5.00/5 مجموع تقييمات 1
المطور cjhsources
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Tool",
    "version": "0.0.2",
    "description": "Modify the domain name scope of all cookies with one click",
    "author": "cjh",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}