Set Proxy
Sets your proxy settings. Disables WebRTC
ما هو Set Proxy؟
Set Proxy هو إضافة Chrome تم تطويرها بواسطة https://labinweb.com، والميزة الرئيسية لها هي "Sets your proxy settings. Disables WebRTC".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Set Proxy
قم بتنزيل ملفات الامتداد Set Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sets your proxy settings and also has the ability to disable webRTC
معلومات أساسية عن التمديد
الاسم | |
ID | cljfnohidcgfmpcmanadjeidkinhhdgl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl |
الوصف | Sets your proxy settings. Disables WebRTC |
حجم الملف | 535 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2019-11-05 |
تاريخ النشر | 2019-11-02 |
المطور | https://labinweb.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png" }, "name": "Set Proxy", "version": "1.1.2", "description": "Sets your proxy settings. Disables WebRTC", "permissions": [ "proxy", "webRequest", "webRequestBlocking", "privacy", "*:\/\/labinweb.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |