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
电子邮箱 [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"
    }
}