ProxyAuth
add proxy-authentication to header
Hvad er ProxyAuth?
ProxyAuth er en Chrome-udvidelse udviklet af rui7905, og dens hovedfunktion er "add proxy-authentication to header".
Udvidelsesskærmbilleder
Download ProxyAuth-udvidelses-CRX-fil
Download ProxyAuth-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
adding proxy-authentication into header for every http request.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kkhmffmnlajcffopgochogejfecakfhh |
Officiel URL | https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh |
Beskrivelse | add proxy-authentication to header |
Filstørrelse | 225 KB |
Antal Installationer | 51 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2013-07-03 |
Udgivelsesdato | 2013-07-03 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | rui7905 |
Betalingsmetode | free |
Understøttede Sprog | 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", " |