ProxyAuth
add proxy-authentication to header
ما هو ProxyAuth؟
ProxyAuth هو إضافة Chrome تم تطويرها بواسطة rui7905، والميزة الرئيسية لها هي "add proxy-authentication to header".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ProxyAuth
قم بتنزيل ملفات الامتداد ProxyAuth بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
adding proxy-authentication into header for every http request.
معلومات أساسية عن التمديد
الاسم | |
ID | kkhmffmnlajcffopgochogejfecakfhh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh |
الوصف | add proxy-authentication to header |
حجم الملف | 225 KB |
عدد التثبيتات | 51 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2013-07-03 |
تاريخ النشر | 2013-07-03 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | rui7905 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProxyAuth", "description": "add proxy-authentication to header", "browser_action": { "default_title": "proxy Auth", "default_icon": "icons\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "webRequestBlocking", "webRequest", " |