Belka WebRTC: Prevent IP leak

Disable WebRTC and prevent IP leak.

Belka WebRTC: Prevent IP leak là gì?

Belka WebRTC: Prevent IP leak là một tiện ích mở rộng Chrome được phát triển bởi https://www.belkavpn.com, và tính năng chính của nó là "Disable WebRTC and prevent IP leak.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Belka WebRTC: Prevent IP leak

Tải xuống các tệp mở rộng Belka WebRTC: Prevent IP leak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Belka WebRTC: Prevent IP leak Belka WebRTC: Prevent IP leak
ID hfbiabiflljddpmkngbjkgoenmeijcnl
URL Chính Thức https://chromewebstore.google.com/detail/belka-webrtc-prevent-ip-l/hfbiabiflljddpmkngbjkgoenmeijcnl
Mô tả Disable WebRTC and prevent IP leak.
Kích Thước Tệp 535 KB
Số Lần Cài Đặt 1,874
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-01-19
Ngày Phát Hành 2020-01-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.belkavpn.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.belkavpn.com
URL Trang Trợ Giúp https://www.belkavpn.com
URL Trang Chính Sách Bảo Mật https://belkavpn.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}