ProxyAuth

add proxy-authentication to header

什么是ProxyAuth?

ProxyAuth是由rui7905开发的Chrome扩展程序,该扩展的主要功能是“add proxy-authentication to header”。

扩展截图

screenshot

下载ProxyAuth扩展crx文件

下载ProxyAuth扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        adding proxy-authentication into header for every http request.                    

扩展基本信息

名称 ProxyAuth ProxyAuth
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",
        ""
    ],
    "manifest_version": 2,
    "version": "0.0.1"
}