Cookie Profile Switcher
Store & Manage multiple cookie profiles per domain.
ما هو Cookie Profile Switcher؟
Cookie Profile Switcher هو إضافة Chrome تم تطويرها بواسطة https://bohdan.me، والميزة الرئيسية لها هي "Store & Manage multiple cookie profiles per domain.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookie Profile Switcher
قم بتنزيل ملفات الامتداد Cookie Profile Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cookie Profile Switcher allows you to easily manage multiple cookie sessions for all of your websites! No more logging out & logging in, just to switch your user profile. This is a MUST have for people who manage multiple social media profiles, emails or eCommerce accounts. Simply create a new profile in the extension, login to your user account, then you can switch between your profiles with ease.
معلومات أساسية عن التمديد
الاسم | Cookie Profile Switcher |
ID | dicajblfgcpecbkhkjaljphlmkhohelc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookie-profile-switcher/dicajblfgcpecbkhkjaljphlmkhohelc |
الوصف | Store & Manage multiple cookie profiles per domain. |
حجم الملف | 766 KB |
عدد التثبيتات | 4,620 |
النسخة الحالية | 1.3.3 |
آخر تحديث | 2020-09-25 |
تاريخ النشر | 2018-07-31 |
تقييم | 4.13/5 مجموع تقييمات 39 |
المطور | https://bohdan.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://bohdan.me/portfolio/profile-cookie-switcher-chrome-extension/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Profile Switcher", "version": "1.3.3", "description": "Store & Manage multiple cookie profiles per domain.", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "cookie.png", "48": "cookie.png", "128": "cookie.png" }, "options_page": "options.html", "browser_action": { "default_icon": "cookie.png", "default_popup": "profiles.html" }, "background": { "scripts": [ "background.js", "scripts\/jquery-3.1.1.min.js" ] }, "manifest_version": 2 } |