Simple proxy helper

Set proxy for Google Chrome browser

Simple proxy helperとは何ですか?

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

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

screenshot

Simple proxy helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A simple proxy service                    

拡張機能の基本情報

名前 Simple proxy helper Simple proxy helper
ID aohbblkngjlnokaapngannghcnibiapi
公式URL https://chromewebstore.google.com/detail/simple-proxy-helper/aohbblkngjlnokaapngannghcnibiapi
説明 Set proxy for Google Chrome browser
ファイルサイズ 21 KB
インストール数 48
現在のバージョン 0.0.9
最終更新日 2019-05-19
公開日 2019-05-16
開発者 devextension2019
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "version": "0.0.9",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "privacy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0"
}