BMH Proxy Switch

Used only in baimaohui intranet.

BMH Proxy Switchとは何ですか?

BMH Proxy SwitchはNOSEC.ORGによって開発されたChromeの拡張機能で、その主な機能は「Used only in baimaohui intranet.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Used only in baimaohui intranet.                    

拡張機能の基本情報

名前 BMH Proxy Switch BMH Proxy Switch
ID ingblffjophimjfhhinkcgpagiiahech
公式URL https://chromewebstore.google.com/detail/bmh-proxy-switch/ingblffjophimjfhhinkcgpagiiahech
説明 Used only in baimaohui intranet.
ファイルサイズ 325 KB
インストール数 23
現在のバージョン 0.4.1
最終更新日 2018-04-08
公開日 2018-04-08
評価 5.00/5 合計 1 レビュー
開発者 NOSEC.ORG
支払い方法 free
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "description": "Used only in baimaohui intranet.",
    "version": "0.4.1",
    "icons": {
        "128": "images\/icon.png"
    },
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_title__"
    },
    "background": {
        "scripts": [
            "js\/URI.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "proxy",
        "debugger",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage"
    ]
}