FlowVPN

FlowVPN extension for Google Chrome

什麼是FlowVPN?

FlowVPN是由http://flowvpn.com開發的Chrome擴展程式,該擴展的主要功能是“FlowVPN extension for Google Chrome”。

擴展截圖

screenshot

下載FlowVPN擴展crx文件

下載FlowVPN擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 FlowVPN FlowVPN
ID kpcohkmfnfhcbdmgfkgeomilakgmfeeo
官方網址 https://chrome.google.com/webstore/detail/flowvpn/kpcohkmfnfhcbdmgfkgeomilakgmfeeo
簡介 FlowVPN extension for Google Chrome
檔案大小 4.91 MB
安裝次數 3,000
目前版本 1.2.5
更新時間 2022-07-03
上架時間 2020-01-19
評分 3.40/5 共 5 次評分
開發者 http://flowvpn.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.flowvpn.com/
說明頁面URL https://www.flowvpn.com/support/
隱私政策頁面URL https://www.flowvpn.com/terms-vpn
支援的語言 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"
        }
    }
}