Easy WebRTC Block
The easiest way to prevent WebRTC Leaks
Apa itu Easy WebRTC Block?
Easy WebRTC Block adalah ekstensi Chrome yang dikembangkan oleh https://www.srware.net, dan fitur utamanya adalah "The easiest way to prevent WebRTC Leaks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy WebRTC Block
Unduh file ekstensi Easy WebRTC Block dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Easy WebRTC Block |
ID | cmjcmogcdofcljpojplgmfpheblcaehh |
URL Resmi | https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh |
Deskripsi | The easiest way to prevent WebRTC Leaks |
Ukuran File | 18.88 KB |
Jumlah Instalasi | 15,252 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2017-01-18 |
Tanggal Publikasi | 2017-01-18 |
Penilaian | 3.85/5 Total 41 Penilaian |
Pengembang | https://www.srware.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
URL Halaman Bantuan | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
Bahasa yang Didukung | 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 } } |