Webproxyfy
Open links or reloads pages through a web proxy, right clicking on them.
ما هو Webproxyfy؟
Webproxyfy هو إضافة Chrome تم تطويرها بواسطة DocKuro، والميزة الرئيسية لها هي "Open links or reloads pages through a web proxy, right clicking on them.".
تحميل ملف CRX للإضافة Webproxyfy
قم بتنزيل ملفات الامتداد Webproxyfy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension lets you open a link in a new tab or reload pages through a webproxy. All selected webproxies guarantee hi anonimization and support SSL. Navigate without restrictions just with a right click!
معلومات أساسية عن التمديد
الاسم | Webproxyfy |
ID | fjabbigobedbbkihninfgmfejknpjkgd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd |
الوصف | Open links or reloads pages through a web proxy, right clicking on them. |
حجم الملف | 101 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2017-01-23 |
تاريخ النشر | 2017-01-23 |
المطور | DocKuro |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webproxyfy", "description": "Open links or reloads pages through a web proxy, right clicking on them.", "version": "1.1.1", "background": { "scripts": [ "proxies.js", "utils.js", "Proxy.js", "webproxyfy.js" ] }, "options_page": "options.html", "icons": { "16": "icon-tiny.png", "48": "icon-small.png", "128": "icon.png", "256": "icon-big.png" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |