Whoer VPN

Proxy web extension

什么是Whoer VPN?

Whoer VPN是由whoer.net开发的Chrome扩展程序,该扩展的主要功能是“Proxy web extension”。

扩展截图

screenshot
screenshot
screenshot

下载Whoer VPN扩展crx文件

下载Whoer VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Whoer VPN Whoer VPN
ID cgojmfochfikphincbhokimmmjenhhgk
官方URL https://chromewebstore.google.com/detail/whoer-vpn/cgojmfochfikphincbhokimmmjenhhgk
简介 Proxy web extension
文件大小 2.44 MB
安装次数 26,065
当前版本 1.9.5
更新时间 2023-02-11
上架时间 2019-10-08
评分 3.89/5 共84次评分
开发者 whoer.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://whoer.net/vpn
帮助页面URL https://whoer.net/vpn
隐私政策页面URL https://whoer.net/privacy_policy
支持的语言 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"
        ]
    }
}