Proxy Helper

Set proxy for Google Chrome browser

Proxy Helperとは何ですか?

Proxy Helperはhenicesによって開発されたChromeの拡張機能で、その主な機能は「Set proxy for Google Chrome browser」です。

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

screenshot

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

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

拡張機能の使用方法

                        By default, Chrome use the system proxy setting, but sometime we want to set proxy ONLY for chrome, not the whole system. 

This extension use Chrome native API to set proxy, support  socks5, socks4, http, HTTPS protocols and pac script, Fast And Simple.   

Features:

+ support socks4, socks5, http, https, quic proxy settings
+ support pac script
+ support bypass list
+ support customer rules
+ support authentication
+ support extension settings synchronize                    

拡張機能の基本情報

名前 Proxy Helper Proxy Helper
ID mnloefcpaepkpmhaoipjkpikbnkmbnic
公式URL https://chromewebstore.google.com/detail/proxy-helper/mnloefcpaepkpmhaoipjkpikbnkmbnic
説明 Set proxy for Google Chrome browser
ファイルサイズ 129 KB
インストール数 113,965
現在のバージョン 1.4.5
最終更新日 2022-08-22
公開日 2017-12-14
評価 3.79/5 合計 191 レビュー
開発者 henices
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/henices/Chrome-proxy-helper
ヘルプページのURL https://github.com/henices/Chrome-proxy-helper/issues
対応言語 en,ru,zh-CN,ja
manifest.json
{
    "version": "1.4.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png",
        "48": "images\/on48.png",
        "16": "images\/on16.png"
    },
    "permissions": [
        "file:\/\/*\/*",
        "proxy",
        "tabs",
        "unlimitedStorage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "open-option": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open option page"
        }
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "38.0.0"
}