EXP Cookies Tool

This extension help the user can export the browser cookies to file and import the cookies from file

ما هو EXP Cookies Tool؟

EXP Cookies Tool هو إضافة Chrome تم تطويرها بواسطة Nic4Love، والميزة الرئيسية لها هي "This extension help the user can export the browser cookies to file and import the cookies from file".

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

screenshot

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

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

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

                        A powerful and easy-to-use EXP Cookies Tool
EXP Cookies Tool is a free, powerful and easy-to-use. Manage all your cookies stored within your browser, including 3rd party cookies. The interface is clean and well organized.

EXP Cookies Tool - Few Key Features: 

Standard Features: 
+ Export cookies
+ Import cookies
+ Delete all cookies at once 

REQUIRED PERMISSIONS:
"cookies" and "all_urls" - to query cookies for any hosts.
"tabs - to close tabs when clear all cookies                    

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

الاسم EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
الوصف This extension help the user can export the browser cookies to file and import the cookies from file
حجم الملف 391 KB
عدد التثبيتات 466
النسخة الحالية 1.0.5
آخر تحديث 2023-06-06
تاريخ النشر 2021-11-16
تقييم 5.00/5 مجموع تقييمات 1
المطور Nic4Love
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://efs.teamexp.net/policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EXP Cookies Tool",
    "version": "1.0.5",
    "description": "This extension help the user can export the browser cookies to file and import the cookies from file",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "ECT",
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 3
}