Browser VPN - Free Chrome VPN

Browser VPN is a Free VPN for Chrome.

O que é Browser VPN - Free Chrome VPN?

Browser VPN - Free Chrome VPN é uma extensão do Chrome desenvolvida por https://browservpn.net, e sua principal característica é "Browser VPN is a Free VPN for Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Browser VPN - Free Chrome VPN

Baixe arquivos de extensão Browser VPN - Free Chrome 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

                        Browser VPN is a browser based free VPN for chrome that allows you to change your location, bypass geo-restrictions and firewalls directly from within your browser.

Browser VPN allows you to use a VPN without installing any additional Windows or macOS software.

Browser VPN is the easiest way to stay secure and private online. Our VPN networks allows you to hide your true IP address and unblock content online from the moment you connect to our Free VPN servers. 

Use the easiest-to-use VPN extension. To get started, install the extension from Chrome store or official website absolutely FREE with a single click, choose the location of your choice or pick from the preloaded list of popular websites, and viola. You are good to go.                    

Informações Básicas da Extensão

Nome Browser VPN - Free Chrome VPN Browser VPN - Free Chrome VPN
ID jdgilggpfmjpbodmhndmhojklgfdlhob
URL Oficial https://chromewebstore.google.com/detail/browser-vpn-free-chrome-v/jdgilggpfmjpbodmhndmhojklgfdlhob
Descrição Browser VPN is a Free VPN for Chrome.
Tamanho do Arquivo 250 KB
Contagem de Instalações 5,761
Versão Atual 2.3.1
Última Atualização 2022-11-24
Data de Publicação 2020-05-26
Classificação 3.00/5 Total de 12 Avaliações
Desenvolvedor https://browservpn.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://browservpn.net
URL da Página de Política de Privacidade http://www.freevpn.one/privacy.html
Idiomas Suportados en
manifest.json
{
    "background": {
        "service_worker": "scripts\/service.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "scripts\/contentstart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": [],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/browservpn.net\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiwVUe1+SFcsFsc369CbtramB1Ie\/xpUmsjEIOdGk1\/EKA2wimIe5ipA2oO2kKm2yr+KILvsLIwUSm8wprdR1zxxVzenBA4lDaKI3OkfgOcXr2+UY+wpNns1L8spPCaz0ICBFfn2h2HFv+OVYlJrd\/bcry+eTjlcyEx9i8Sh7hBZ0s\/g9eWopKMWUcWLCtkmr6TdpLxTlM\/NAmbWlpR3r6a0EGF4fXthhlwss5VpqInXNCDiVP1zJjetKkbIBhnIqUPSIz+JiQavXmsEdWPItoXBd+sMYwiZYZld3CyGi7cbaQYsruVQPTcP5zgkpKNSAk6QIX58x4HqZjbCVYPcWmQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "proxy",
        "storage",
        "background"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1"
}