WebRTC Leak Prevent

Prevent WebRTC leaks using the official API.

WebRTC Leak Prevent क्या है?

WebRTC Leak Prevent Aaron Horler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent WebRTC leaks using the official API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebRTC Leak Prevent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
    }
}