Proxy Switcher
A simple, minimal Chrome extension to switch between configured proxy profiles.
ما هو Proxy Switcher؟
Proxy Switcher هو إضافة Chrome تم تطويرها بواسطة stalkr، والميزة الرئيسية لها هي "A simple, minimal Chrome extension to switch between configured proxy profiles.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Proxy Switcher
قم بتنزيل ملفات الامتداد Proxy Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple, minimal Chrome extension to switch between configured proxy profiles.
معلومات أساسية عن التمديد
الاسم | Proxy Switcher |
ID | nfgjkknbjghcmeifdfocmofahdibbgae |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/proxy-switcher/nfgjkknbjghcmeifdfocmofahdibbgae |
الوصف | A simple, minimal Chrome extension to switch between configured proxy profiles. |
حجم الملف | 39.46 KB |
عدد التثبيتات | 506 |
النسخة الحالية | 1.5 |
آخر تحديث | 2022-01-03 |
تاريخ النشر | 2019-05-25 |
تقييم | 3.50/5 مجموع تقييمات 4 |
المطور | stalkr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/StalkR/chrome-proxy-switcher |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Proxy Switcher", "version": "1.5", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "proxy", "storage" ], "action": { "default_icon": "icon24-grey.png", "default_popup": "popup.html", "default_title": "Proxy Switcher" } } |