WebRTC Leak Prevent
Prevent WebRTC leaks using the official API.
ما هو WebRTC Leak Prevent؟
WebRTC Leak Prevent هو إضافة Chrome تم تطويرها بواسطة Aaron Horler، والميزة الرئيسية لها هي "Prevent WebRTC leaks using the official API.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WebRTC Leak Prevent
قم بتنزيل ملفات الامتداد WebRTC Leak Prevent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | https://github.com/aghorler/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md |
عنوان صفحة سياسة الخصوصية | 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 } } |