face-vpn (Free)
Best free VPN for you
What is face-vpn (Free)?
face-vpn (Free) is a Chrome extension developed by https://www.face-vpn.com, and its main feature is "Best free VPN for you".
Extension Screenshots
Download face-vpn (Free) Extension CRX File
Download face-vpn (Free) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hnjlaiaonmekeplelicdpkpgdifaienh |
Official URL | https://chromewebstore.google.com/detail/face-vpn-free/hnjlaiaonmekeplelicdpkpgdifaienh |
Description | Best free VPN for you |
File Size | 882 KB |
Installation Count | 50 |
Current Version | 2.0.1 |
Last Updated | 2024-02-21 |
Publish Date | 2021-01-20 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.face-vpn.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.face-vpn.com |
Help Page URL | https://www.face-vpn.com |
Privacy Policy Page URL | https://docs.google.com/document/d/1HX45mGnBrgqb2AeribbnzidZPruB5DdTzicsvUUGCmw/edit?usp=sharing |
Supported Languages | 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" } } |