Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
ما هو Direct Proxy؟
Direct Proxy هو إضافة Chrome تم تطويرها بواسطة Jiaqin Xu، والميزة الرئيسية لها هي "Simply switch the browser proxy between using direct connection and using system settings.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Direct Proxy
قم بتنزيل ملفات الامتداد Direct Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension use Chrome's native proxy API, so it won't change the system's proxy settings.
معلومات أساسية عن التمديد
الاسم | Direct Proxy |
ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
الوصف | Simply switch the browser proxy between using direct connection and using system settings. |
حجم الملف | 38.83 KB |
عدد التثبيتات | 409 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-08-24 |
تاريخ النشر | 2018-08-24 |
تقييم | 3.67/5 مجموع تقييمات 6 |
المطور | Jiaqin Xu |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct Proxy", "description": "Simply switch the browser proxy between using direct connection and using system settings.", "version": "1.0", "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-direct-48.png" }, "icons": { "16": "images\/icon-direct-16.png", "48": "images\/icon-direct-48.png", "128": "images\/icon-direct-128.png" } } |