ProxyAuth
add proxy-authentication to header
Cos'è ProxyAuth?
ProxyAuth è un'estensione di Chrome sviluppata da rui7905, e la sua funzione principale è "add proxy-authentication to header".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ProxyAuth
Scarica i file di estensione ProxyAuth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
adding proxy-authentication into header for every http request.
Informazioni di Base sull'Estensione
Nome | |
ID | kkhmffmnlajcffopgochogejfecakfhh |
URL Ufficiale | https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh |
Descrizione | add proxy-authentication to header |
Dimensione del File | 225 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2013-07-03 |
Data di Pubblicazione | 2013-07-03 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | rui7905 |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |