Proxy Auto Auth
This extension enable you to automatically authenticate to your proxy once you set up your credentials.
ما هو Proxy Auto Auth؟
Proxy Auto Auth هو إضافة Chrome تم تطويرها بواسطة kalvn، والميزة الرئيسية لها هي "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Proxy Auto Auth
قم بتنزيل ملفات الامتداد Proxy Auto Auth بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To enable the extension, enter your proxy login and password in the form. Once it's done, you should never see any proxy login popup again. As you probably saw, Proxy Auto Auth requires the permission to "view your data" on every sites. This permission is just necessary to achieve what this extension does. But be sure that none of your data is stored or used in any way.
معلومات أساسية عن التمديد
الاسم | Proxy Auto Auth |
ID | ggmdpepbjljkkkdaklfihhngmmgmpggp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp |
الوصف | This extension enable you to automatically authenticate to your proxy once you set up your credentials. |
حجم الملف | 18.52 KB |
عدد التثبيتات | 33,758 |
النسخة الحالية | 2.0 |
آخر تحديث | 2016-03-22 |
تاريخ النشر | 2016-03-22 |
تقييم | 4.27/5 مجموع تقييمات 95 |
المطور | kalvn |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy Auto Auth", "description": "This extension enable you to automatically authenticate to your proxy once you set up your credentials.", "version": "2.0", "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" }, "background": { "scripts": [ "lib.js", "bg.js" ] }, "permissions": [ "notifications", "webRequest", "webRequestBlocking", " |