Proxy Switchy Auto
Automated proxy switching per domain using PAC script.
ما هو Proxy Switchy Auto؟
Proxy Switchy Auto هو إضافة Chrome تم تطويرها بواسطة mubaidr، والميزة الرئيسية لها هي "Automated proxy switching per domain using PAC script.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Proxy Switchy Auto
قم بتنزيل ملفات الامتداد Proxy Switchy Auto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to configure proxy on domain/ url basis. Ability to choose/assign proxy for each domain request in the current tab from the added proxy list which make sure that all following requests for this domain are loaded through the assigned proxy server.
معلومات أساسية عن التمديد
الاسم | Proxy Switchy Auto |
ID | bnhejmehblohhaalgnnohedpijgkjeof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof |
الوصف | Automated proxy switching per domain using PAC script. |
حجم الملف | 126 KB |
عدد التثبيتات | 2,376 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2023-10-17 |
تاريخ النشر | 2018-12-05 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | mubaidr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": ".\/popup.html" }, "description": "Automated proxy switching per domain using PAC script.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "manifest_version": 2, "name": "Proxy Switchy Auto", "options_ui": { "chrome_style": false, "page": ".\/options.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "webRequest", "proxy" ], "version": "1.2.2" } |