Proxy List Pro
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
ما هو Proxy List Pro؟
Proxy List Pro هو إضافة Chrome تم تطويرها بواسطة http://proxylistpro.com، والميزة الرئيسية لها هي "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Proxy List Pro
قم بتنزيل ملفات الامتداد Proxy List Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions and/or looking to browse the internet securely.
معلومات أساسية عن التمديد
الاسم | |
ID | oicamophdnojgacgbobolcnhbbgpiknb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb |
الوصف | Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions. |
حجم الملف | 213 KB |
عدد التثبيتات | 1,668 |
النسخة الحالية | 7.0 |
آخر تحديث | 2014-05-12 |
تاريخ النشر | 2014-05-12 |
تقييم | 3.50/5 مجموع تقييمات 34 |
المطور | http://proxylistpro.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://hide-my-ip.org/page/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy List Pro", "version": "7.0", "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.", "icons": { "48": "img\/icon.png" }, "browser_action": { "default_title": "Proxy List Pro", "default_popup": "popup.html", "default_icon": { "19": "img\/disabled.png" } }, "permissions": [ "tabs", "webRequest", "*:\/\/*.proxylistpro.com\/" ], "background": { "scripts": [ "bg.js" ] } } |