face-vpn (Free)

Best free VPN for you

face-vpn (Free)とは何ですか?

face-vpn (Free)はhttps://www.face-vpn.comによって開発されたChromeの拡張機能で、その主な機能は「Best free VPN for you」です。

拡張機能のスクリーンショット

screenshot

face-vpn (Free)拡張機能のCRXファイルをダウンロード

face-vpn (Free)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The New Generation VPN - Ultra Simple, Fast, Secure

Installation:
1. Install Face-VPN extension;


Why face-vpn:
★  100% free
★  Simple. Easy use with one-click activation.


New VPN Tech
- Intelligent line choice
- Ultra fast speed even you are in slow network
- Support in VPN blocked countries

Stay secure and anonymous online
- Strong encryption, no one can monitor your traffic-
- Hide your real ip address

Fast VPN servers around the world

more info: https://www.face-vpn.com                    

拡張機能の基本情報

名前 face-vpn (Free) face-vpn (Free)
ID hnjlaiaonmekeplelicdpkpgdifaienh
公式URL https://chromewebstore.google.com/detail/face-vpn-free/hnjlaiaonmekeplelicdpkpgdifaienh
説明 Best free VPN for you
ファイルサイズ 882 KB
インストール数 50
現在のバージョン 2.0.1
最終更新日 2024-02-21
公開日 2021-01-20
評価 3.00/5 合計 2 レビュー
開発者 https://www.face-vpn.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.face-vpn.com
ヘルプページのURL https://www.face-vpn.com
プライバシーポリシーページのURL https://docs.google.com/document/d/1HX45mGnBrgqb2AeribbnzidZPruB5DdTzicsvUUGCmw/edit?usp=sharing
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "face-vpn  (Free)",
    "version": "2.0.1",
    "description": "Best free VPN for you",
    "icons": {
        "16": "images\/facevpnball.png",
        "19": "images\/facevpnball.png",
        "22": "images\/facevpnball.png",
        "128": "images\/facevpnball.png"
    },
    "permissions": [
        "storage",
        "proxy",
        "nativeMessaging"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.boquanqiu.cn\/*"
        ]
    },
    "action": {
        "default_icon": "images\/facevpnball.png",
        "default_title": "Face-VPN",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}