Whoer VPN

Proxy web extension

O que é Whoer VPN?

Whoer VPN é uma extensão do Chrome desenvolvida por whoer.net, e sua principal característica é "Proxy web extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Whoer VPN

Baixe arquivos de extensão Whoer VPN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Whoer VPN Whoer VPN
ID cgojmfochfikphincbhokimmmjenhhgk
URL Oficial https://chromewebstore.google.com/detail/whoer-vpn/cgojmfochfikphincbhokimmmjenhhgk
Descrição Proxy web extension
Tamanho do Arquivo 2.44 MB
Contagem de Instalações 26,065
Versão Atual 1.9.5
Última Atualização 2023-02-11
Data de Publicação 2019-10-08
Classificação 3.89/5 Total de 84 Avaliações
Desenvolvedor whoer.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://whoer.net/vpn
URL da Página de Ajuda https://whoer.net/vpn
URL da Página de Política de Privacidade https://whoer.net/privacy_policy
Idiomas Suportados 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"
        ]
    }
}