Whoer VPN

Proxy web extension

Whoer VPN là gì?

Whoer VPN là một tiện ích mở rộng Chrome được phát triển bởi whoer.net, và tính năng chính của nó là "Proxy web extension".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whoer VPN

Tải xuống các tệp mở rộng Whoer VPN 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

                        Whoer VPN extension for Chrome will hide your real IP, protect your data when working through public wi-fi points, unblock blocked sites in your country.

Benefits of using Whoer VPN for Chrome:
- Hides your IP address on the Internet
- Secure connection
- Lack of log
- Access to online games
- Keeping personal data safe
- Access to social networks around the world
- Access to blocked websites
- Protection against leak of WebRTC and Flash
- Quick support from the service team

Whoer VPN for Chrome is a quick and easy extension with installation in a few clicks.

Also try our applications for macOS and Windows:
https://whoer.net/download

Any questions about our product?
Contact us at [email protected]                    

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

Tên Whoer VPN Whoer VPN
ID cgojmfochfikphincbhokimmmjenhhgk
URL Chính Thức https://chromewebstore.google.com/detail/whoer-vpn/cgojmfochfikphincbhokimmmjenhhgk
Mô tả Proxy web extension
Kích Thước Tệp 2.44 MB
Số Lần Cài Đặt 26,065
Phiên Bản Hiện Tại 1.9.5
Cập Nhật Lần Cuối 2023-02-11
Ngày Phát Hành 2019-10-08
Đánh Giá 3.89/5 Tổng số 84 Đánh Giá
Nhà Phát Triển whoer.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whoer.net/vpn
URL Trang Trợ Giúp https://whoer.net/vpn
URL Trang Chính Sách Bảo Mật https://whoer.net/privacy_policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,tr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whoer VPN",
    "description": "__MSG_extensionDescription__",
    "version": "1.9.5",
    "short_name": "Your VPN for browser",
    "default_locale": "en",
    "permissions": [
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "management"
    ],
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0"
        }
    },
    "icons": {
        "16": "off.png",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    }
}