WebRTC Leak Prevent
Prevent WebRTC leaks using the official API.
什麼是WebRTC Leak Prevent?
WebRTC Leak Prevent是由Aaron Horler開發的Chrome擴展程式,該擴展的主要功能是“Prevent WebRTC leaks using the official API.”。
擴展截圖
下載WebRTC Leak Prevent擴展crx文件
下載WebRTC Leak Prevent擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Prevent WebRTC leaks in Chrome by controlling hidden WebRTC privacy settings. This will protect against WebRTC leaks. Test for leaks here - https://diafygi.github.io/webrtc-ips/ Compatible only with Chrome version 42+, and Chromium browsers based on 42+. Newer options require at least Chrome version 48. ISSUES/CLARIFICATION WebRTC-based services may be affected by this extension. Please open the options page and read the instructions before leaving a review. GitHub source - https://github.com/aghorler/WebRTC-Leak-Prevent CHANGELOG 1.0.13/14 - Save options automatically. 1.0.12 - Bind open options functionality to toolbar icon. 1.0.11 - Options now open automatically on first install, new description.
擴展基本資訊
名稱 | WebRTC Leak Prevent |
ID | eiadekoaikejlgdbkbdfeijglgfdalml |
官方網址 | https://chromewebstore.google.com/detail/webrtc-leak-prevent/eiadekoaikejlgdbkbdfeijglgfdalml |
簡介 | Prevent WebRTC leaks using the official API. |
檔案大小 | 16.78 KB |
安裝次數 | 95,787 |
目前版本 | 1.0.14 |
更新時間 | 2021-06-14 |
上架時間 | 2018-05-16 |
評分 | 3.98/5 共 310 次評分 |
開發者 | Aaron Horler |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/aghorler/WebRTC-Leak-Prevent |
說明頁面URL | https://github.com/aghorler/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md |
隱私政策頁面URL | https://aaronhorler.com/privacy.txt |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC Leak Prevent", "version": "1.0.14", "description": "Prevent WebRTC leaks using the official API.", "icons": { "128": "\/img\/icon128.png" }, "browser_action": { "name": "Open options." }, "options_ui": { "page": "\/html\/options.html", "chrome_style": true, "open_in_tab": false }, "minimum_chrome_version": "42", "permissions": [ "privacy", "storage" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false } } |