Cookie Tab Viewer

Get cookies of the current tab.

ما هو Cookie Tab Viewer؟

Cookie Tab Viewer هو إضافة Chrome تم تطويرها بواسطة VIRE GmbH، والميزة الرئيسية لها هي "Get cookies of the current tab.".

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

screenshot

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

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

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

                        A simple extension that shows you the cookie names and values of your current tab.                    

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

الاسم Cookie Tab Viewer Cookie Tab Viewer
ID fdlghnedhhdgjjfgdpgpaaiddipafhgk
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk
الوصف Get cookies of the current tab.
حجم الملف 18.63 KB
عدد التثبيتات 12,103
النسخة الحالية 2.0
آخر تحديث 2020-11-20
تاريخ النشر 2019-09-03
تقييم 5.00/5 مجموع تقييمات 3
المطور VIRE GmbH
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://storrito.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Tab Viewer",
    "version": "2.0",
    "description": "Get cookies of the current tab.",
    "permissions": [
        "cookies",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "cookie-16.png",
        "48": "cookie-48.png",
        "128": "cookie-128.png"
    },
    "browser_action": {
        "default_icon": "cookie-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}