ProxyAuth
add proxy-authentication to header
What is ProxyAuth?
ProxyAuth is a Chrome extension developed by rui7905, and its main feature is "add proxy-authentication to header".
Extension Screenshots
Download ProxyAuth Extension CRX File
Download ProxyAuth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
adding proxy-authentication into header for every http request.
Extension Basic Information
Name | |
ID | kkhmffmnlajcffopgochogejfecakfhh |
Official URL | https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh |
Description | add proxy-authentication to header |
File Size | 225 KB |
Installation Count | 51 |
Current Version | 0.0.1 |
Last Updated | 2013-07-03 |
Publish Date | 2013-07-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | rui7905 |
Payment Type | free |
Supported Languages | 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", " |