Proxy Auto Fill

This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.

Proxy Auto Fillとは何ですか?

Proxy Auto FillはFernando Fontesによって開発されたChromeの拡張機能で、その主な機能は「This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.」です。

拡張機能のスクリーンショット

screenshot

Proxy Auto Fill拡張機能のCRXファイルをダウンロード

Proxy Auto Fill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.                    

拡張機能の基本情報

名前 Proxy Auto Fill Proxy Auto Fill
ID kcfcmecfidkfjncphpbakdlpmjmkphhi
公式URL https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi
説明 This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
ファイルサイズ 31.18 KB
インストール数 27
現在のバージョン 1.1
最終更新日 2020-10-12
公開日 2020-10-04
開発者 Fernando Fontes
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://fjuliofontes.github.io/Proxy-Auto-Fill
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Proxy Auto Fill"
    },
    "description": "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.",
    "icons": {
        "16": "icon_16.png",
        "24": "icon_24.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Proxy Auto Fill",
    "permissions": [
        "bookmarks",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "credentials\/data.json"
    ]
}