WebRTC Leak Shield
Disable WebRTC and prevent IP leak.
WebRTC Leak Shieldとは何ですか?
WebRTC Leak Shieldはhoxx.comによって開発されたChromeの拡張機能で、その主な機能は「Disable WebRTC and prevent IP leak.」です。
拡張機能のスクリーンショット
WebRTC Leak Shield拡張機能のCRXファイルをダウンロード
WebRTC Leak Shield拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Disable WebRTC and prevent IP leak. VPN Extensions can hide your IP address but they cannot prevent IP leaks caused by WebRTC. WebRTC Leak Shield protects you from this security threat. This is a must have extension for protecting your privacy on the internet. WebRTC Leak Shield requires following permissions: privacy: This allows the extension to change the webrtc settings of the browser to prevent WebRTC IP Leak storage: To store configuration file and current state of the extension management: This extension is standalone and does not require any other extension to function but other extension such as VPN extension can embed the functionality of this extension in their extension. (For example: Hoxx VPN). This permission is needed to ensure the communication between WebRTC Leak Shield and other extensions which are using its functionality.
拡張機能の基本情報
名前 | WebRTC Leak Shield |
ID | bppamachkoflopbagkdoflbgfjflfnfl |
公式URL | https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl |
説明 | Disable WebRTC and prevent IP leak. |
ファイルサイズ | 461 KB |
インストール数 | 237,618 |
現在のバージョン | 1.0.8 |
最終更新日 | 2022-05-21 |
公開日 | 2019-10-10 |
評価 | 4.21/5 合計 189 レビュー |
開発者 | hoxx.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://hoxx.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC Leak Shield", "description": "Disable WebRTC and prevent IP leak.", "version": "1.0.8", "browser_action": { "browser_style": false, "default_icon": "images\/48-disabled.png", "default_popup": "popup.html", "default_title": "Your IP is visible" }, "icons": { "16": "images\/32.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "privacy", "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |