ProxyAuth
add proxy-authentication to header
Was ist ProxyAuth?
ProxyAuth ist eine Chrome-Erweiterung, die von rui7905 entwickelt wurde, und ihr Hauptmerkmal ist "add proxy-authentication to header".
Erweiterungsscreenshots
ProxyAuth-Erweiterungs-CRX-Datei herunterladen
Laden Sie ProxyAuth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
adding proxy-authentication into header for every http request.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kkhmffmnlajcffopgochogejfecakfhh |
Offizielle URL | https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh |
Beschreibung | add proxy-authentication to header |
Dateigröße | 225 KB |
Installationsanzahl | 51 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2013-07-03 |
Veröffentlichungsdatum | 2013-07-03 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | rui7905 |
Zahlungsart | free |
Unterstützte Sprachen | 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", " |