Set Proxy

Sets your proxy settings. Disables WebRTC

Set Proxyとは何ですか?

Set Proxyはhttps://labinweb.comによって開発されたChromeの拡張機能で、その主な機能は「Sets your proxy settings. Disables WebRTC」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Sets your proxy settings and also has the ability to disable webRTC                    

拡張機能の基本情報

名前 Set Proxy Set Proxy
ID cljfnohidcgfmpcmanadjeidkinhhdgl
公式URL https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl
説明 Sets your proxy settings. Disables WebRTC
ファイルサイズ 535 KB
インストール数 11
現在のバージョン 1.1.2
最終更新日 2019-11-05
公開日 2019-11-02
開発者 https://labinweb.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "name": "Set Proxy",
    "version": "1.1.2",
    "description": "Sets your proxy settings. Disables WebRTC",
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "privacy",
        "*:\/\/labinweb.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}