Set Proxy

Sets your proxy settings. Disables WebRTC

Set Proxyคืออะไร?

Set Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://labinweb.com และคุณลักษณะหลักของมันคือ "Sets your proxy settings. Disables WebRTC"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Set Proxy

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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';"
}