FlowVPN

FlowVPN extension for Google Chrome

O que é FlowVPN?

FlowVPN é uma extensão do Chrome desenvolvida por http://flowvpn.com, e sua principal característica é "FlowVPN extension for Google Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FlowVPN

Baixe arquivos de extensão FlowVPN 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

                        FlowVPN for Google Chrome requires a FlowVPN subscription - get your 7 day free trial at https://www.flowvpn.com/
Mirror site: https://www.flowvpx.com/

Stay secure with unlimited data through our global network across 60+ countries with hundreds of servers.

* 7 Day Free Trial
* Unlimited VPN Connection
* Access to 60 countries
* Fast, full Internet access
* We do not profit from your data!
* Protect your Privacy
* Hide your location and IP
* Browse privately
* No restrictions

Please note the Chrome extension will encrypt and your your browsing from Chrome across our private network, however it will not encrypt or route traffic from other applications. To use our service to route your traffic from other application please download a VPN client from https://www.flowvpn.com/download                    

Informações Básicas da Extensão

Nome FlowVPN FlowVPN
ID kpcohkmfnfhcbdmgfkgeomilakgmfeeo
URL Oficial https://chrome.google.com/webstore/detail/flowvpn/kpcohkmfnfhcbdmgfkgeomilakgmfeeo
Descrição FlowVPN extension for Google Chrome
Tamanho do Arquivo 4.91 MB
Contagem de Instalações 3,000
Versão Atual 1.2.5
Última Atualização 2022-07-03
Data de Publicação 2020-01-19
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor http://flowvpn.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.flowvpn.com/
URL da Página de Ajuda https://www.flowvpn.com/support/
URL da Página de Política de Privacidade https://www.flowvpn.com/terms-vpn
Idiomas Suportados en,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "incognito": "spanning",
    "icons": {
        "128": "images\/on.png",
        "48": "images\/on48.png",
        "16": "images\/on16.png"
    },
    "permissions": [
        "proxy",
        "tabs",
        "unlimitedStorage",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "javascripts\/jquery-3.4.1.min.js",
            "background.js"
        ]
    },
    "commands": {
        "open-option": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open option page"
        }
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "22.0.0",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    }
}