Easy WebRTC Block
The easiest way to prevent WebRTC Leaks
Easy WebRTC Blockとは何ですか?
Easy WebRTC Blockはhttps://www.srware.netによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to prevent WebRTC Leaks」です。
拡張機能のスクリーンショット
Easy WebRTC Block拡張機能のCRXファイルをダウンロード
Easy WebRTC Block拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just install the extensions and WebRTC IP Leaks are stopped. Please get sure to allow it also for Incognito!
You want to use WebRTC again for a while? Simply disable the extension temporarily. 拡張機能の基本情報
| 名前 | |
| ID | cmjcmogcdofcljpojplgmfpheblcaehh |
| 公式URL | https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh |
| 説明 | The easiest way to prevent WebRTC Leaks |
| ファイルサイズ | 18.88 KB |
| インストール数 | 15,252 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2017-01-18 |
| 公開日 | 2017-01-18 |
| 評価 | 3.85/5 合計 41 レビュー |
| 開発者 | https://www.srware.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
| ヘルプページのURL | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
| 対応言語 | en |
| manifest.json | |
{
"manifest_version": 2,
"name": "Easy WebRTC Block",
"version": "1.1.0",
"description": "The easiest way to prevent WebRTC Leaks",
"icons": {
"128": "\/img\/128.png"
},
"browser_action": {
"default_icon": "img\/128.png"
},
"minimum_chrome_version": "48",
"permissions": [
"privacy"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"homepage_url": "http:\/\/www.srware.net\/webrtc_off_url.php",
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
}
} | |