Proxy Auto Auth

This extension enable you to automatically authenticate to your proxy once you set up your credentials.

什么是Proxy Auto Auth?

Proxy Auto Auth是由kalvn开发的Chrome扩展程序,该扩展的主要功能是“This extension enable you to automatically authenticate to your proxy once you set up your credentials.”。

扩展截图

screenshot

下载Proxy Auto Auth扩展crx文件

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

扩展使用说明

                        To enable the extension, enter your proxy login and password in the form.

Once it's done, you should never see any proxy login popup again.

As you probably saw, Proxy Auto Auth requires the permission to "view your data" on every sites. This permission is just necessary to achieve what this extension does. But be sure that none of your data is stored or used in any way.                    

扩展基本信息

名称 Proxy Auto Auth Proxy Auto Auth
ID ggmdpepbjljkkkdaklfihhngmmgmpggp
官方URL https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp
简介 This extension enable you to automatically authenticate to your proxy once you set up your credentials.
文件大小 18.52 KB
安装次数 33,758
当前版本 2.0
更新时间 2016-03-22
上架时间 2016-03-22
评分 4.27/5 共95次评分
开发者 kalvn
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proxy Auto Auth",
    "description": "This extension enable you to automatically authenticate to your proxy once you set up your credentials.",
    "version": "2.0",
    "icons": {
        "128": "icon_128.png",
        "64": "icon_64.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "lib.js",
            "bg.js"
        ]
    },
    "permissions": [
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "Proxy Auto Auth Options",
        "default_icon": "icon_32.png"
    },
    "options_page": "options.html"
}