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
官方網址 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
電子郵箱 [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';"
}