Set Proxy

Sets your proxy settings. Disables WebRTC

Set Proxy là gì?

Set Proxy là một tiện ích mở rộng Chrome được phát triển bởi https://labinweb.com, và tính năng chính của nó là "Sets your proxy settings. Disables WebRTC".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Set Proxy

Tải xuống các tệp mở rộng Set Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Set Proxy Set Proxy
ID cljfnohidcgfmpcmanadjeidkinhhdgl
URL Chính Thức https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl
Mô tả Sets your proxy settings. Disables WebRTC
Kích Thước Tệp 535 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2019-11-05
Ngày Phát Hành 2019-11-02
Nhà Phát Triển https://labinweb.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
}