Proxy Pac Switcher
This extensions simplifies the process of setting up a proxy.
ما هو Proxy Pac Switcher؟
Proxy Pac Switcher هو إضافة Chrome تم تطويرها بواسطة sura.kh، والميزة الرئيسية لها هي "This extensions simplifies the process of setting up a proxy.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Proxy Pac Switcher
قم بتنزيل ملفات الامتداد Proxy Pac Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.
معلومات أساسية عن التمديد
الاسم | Proxy Pac Switcher |
ID | dcokccgklilfbehagkdnmlpcdonfopeh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh |
الوصف | This extensions simplifies the process of setting up a proxy. |
حجم الملف | 3.68 MB |
عدد التثبيتات | 399 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2023-10-16 |
تاريخ النشر | 2020-12-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | sura.kh |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sura0111/proxyPac |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.0.0", "version_name": "0.2.0", "default_locale": "en", "permissions": [ "storage", "proxy" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "public\/icons\/white16.png", "32": "public\/icons\/white32.png", "128": "public\/icons\/white128.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_appName__", "default_icon": { "16": "public\/icons\/white16.png", "32": "public\/icons\/white32.png", "128": "public\/icons\/white128.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" } } |