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
公式URL 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
Eメール [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"
        }
    }
}