FlowVPN

FlowVPN extension for Google Chrome

Cos'è FlowVPN?

FlowVPN è un'estensione di Chrome sviluppata da http://flowvpn.com, e la sua funzione principale è "FlowVPN extension for Google Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FlowVPN

Scarica i file di estensione FlowVPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FlowVPN FlowVPN
ID kpcohkmfnfhcbdmgfkgeomilakgmfeeo
URL Ufficiale https://chrome.google.com/webstore/detail/flowvpn/kpcohkmfnfhcbdmgfkgeomilakgmfeeo
Descrizione FlowVPN extension for Google Chrome
Dimensione del File 4.91 MB
Conteggio Installazioni 3,000
Versione Corrente 1.2.5
Ultimo Aggiornamento 2022-07-03
Data di Pubblicazione 2020-01-19
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore http://flowvpn.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.flowvpn.com/
URL della Pagina di Aiuto https://www.flowvpn.com/support/
URL della Pagina della Politica sulla Privacy https://www.flowvpn.com/terms-vpn
Lingue Supportate 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"
        }
    }
}