WebRTC Network Limiter

Configures how WebRTC's network traffic is routed by changing Chrome's privacy settings.

WebRTC Network Limiter là gì?

WebRTC Network Limiter là một tiện ích mở rộng Chrome được phát triển bởi video-cmi, và tính năng chính của nó là "Configures how WebRTC's network traffic is routed by changing Chrome's privacy settings.".

Ả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 WebRTC Network Limiter

Tải xuống các tệp mở rộng WebRTC Network Limiter 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

                        Configures the WebRTC traffic routing options in Chrome's privacy settings.

★ What it does:
This configures WebRTC to not use certain IP addresses or protocols:
- private IP addresses not visible to the public internet (e.g. addresses like 192.168.1.2)
- any public IP addresses associated with network interfaces that are not used for web traffic (e.g. an ISP-provided address, when browsing through a VPN)
- Require WebRTC traffic to go through proxy servers as configured in Chrome. Since most of the proxy servers don't handle UDP, this effectively turns off UDP until UDP proxy support is available in Chrome and such proxies are widely deployed.
 
When the extension is installed on Chrome versions prior to M48, WebRTC will only use the public IP address associated with the interface used for web traffic, typically the same addresses that are already provided to sites in browser HTTP requests. For Chrome version M48 and after, this extension provides one more configuration which allows WebRTC to use both the default public address and, for machines behind a NAT, the default private address which is associated with the public one. Said behavior will be the default after a fresh installation of the extension to Chrome M48. For upgrade scenarios, the previously selected configuration should not be changed.

The extension may also disable non-proxied UDP, but this is not on by default and must be configured using the extension's Options page.

★ Notes:
This extension may affect the performance of applications that use WebRTC for audio/video or real-time data communication. Because it limits the potential network paths and protocols, WebRTC may pick a path which results in significantly longer delay or lower quality (e.g. through a VPN) or use TCP only through proxy servers which is not ideal for real-time communication. We are attempting to determine how common this is.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

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

Tên WebRTC Network Limiter WebRTC Network Limiter
ID npeicpdbkakmehahjeeohfdhnlpdklia
URL Chính Thức https://chromewebstore.google.com/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia
Mô tả Configures how WebRTC's network traffic is routed by changing Chrome's privacy settings.
Kích Thước Tệp 11.17 KB
Số Lần Cài Đặt 333,656
Phiên Bản Hiện Tại 0.2.1.4
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2016-01-08
Đánh Giá 3.81/5 Tổng số 337 Đánh Giá
Nhà Phát Triển video-cmi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.webrtc.org
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "description": "__MSG_NETLI_APPDESC__",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "name": "__MSG_NETLI_APPNAME__",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "privacy"
    ],
    "version": "0.2.1.4"
}