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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebRTC Leak Prevent

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
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
    }
}