Belka WebRTC: Prevent IP leak

Disable WebRTC and prevent IP leak.

Belka WebRTC: Prevent IP leak क्या है?

Belka WebRTC: Prevent IP leak https://www.belkavpn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable WebRTC and prevent IP leak."।

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

screenshot

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

crx प्रारूप में Belka WebRTC: Prevent IP leak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        VPN Extensions can hide your IP address but they cannot prevent IP leaks caused by WebRTC. Belka WebRTC protects you from this security threat. This is a must have extension for protecting your privacy on the internet. 

★  Permission & Terms of Use, Privacy Policy ★

privacy: This allows the extension to change the webrtc settings of the browser to prevent WebRTC IP Leak

storage: To store configuration file and current state of the extension

management: This extension is standalone and does not require any other extension to function but other extension such as VPN extension can embed the functionality of this extension in their extension. (For example: Belka VPN). This permission is needed to ensure the communication between Belka WebRTC and other extensions which are using its functionality.

✓ NO registration.
✓ 100% free. No credit card information needed. No trials offered.
✓ Truly unlimited. No session, speed or bandwidth limitations.  
✓ Unblock the world with just one touch of the country buttons. 

------------------------------------
Links:
Available on Android: https://play.google.com/store/apps/details?id=com.digiapp.vpn
Available in Chrome: https://chrome.google.com/webstore/detail/belkavpn-is-vpn-proxy-to/npgimkapccfidfkfoklhpkgmhgfejhbj 
Website: https://www.belkavpn.com 
Terms of use: https://www.belkavpn.com/terms 
Privacy Policy: https://www.belkavpn.com/privacy                    

एक्सटेंशन की मूल जानकारी

नाम Belka WebRTC: Prevent IP leak Belka WebRTC: Prevent IP leak
ID hfbiabiflljddpmkngbjkgoenmeijcnl
आधिकारिक URL https://chromewebstore.google.com/detail/belka-webrtc-prevent-ip-l/hfbiabiflljddpmkngbjkgoenmeijcnl
विवरण Disable WebRTC and prevent IP leak.
फ़ाइल का आकार 535 KB
स्थापना संख्या 1,874
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-01-19
प्रकाशन तिथि 2020-01-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.belkavpn.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.belkavpn.com
सहायता पृष्ठ URL https://www.belkavpn.com
गोपनीयता नीति पृष्ठ URL https://belkavpn.com/privacy-policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortAppName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.belkavpn.com",
    "minimum_chrome_version": "18",
    "browser_action": {
        "default_title": "__MSG_shortAppName__",
        "default_icon": ".\/img\/logo-disabled.png",
        "default_popup": ".\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "privacy"
    ],
    "icons": {
        "16": ".\/img\/icon\/16-r.png",
        "32": ".\/img\/icon\/32-sq.png",
        "48": ".\/img\/icon\/48-r.png",
        "128": ".\/img\/icon\/128-sq.png"
    },
    "default_locale": "ru",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}