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
Eメール [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"
}