face-vpn (Free)
Best free VPN for you
Wat is face-vpn (Free)?
face-vpn (Free) is een Chrome-extensie ontwikkeld door https://www.face-vpn.com, en de belangrijkste functie is "Best free VPN for you".
Extensie Screenshots
Download het CRX-bestand van de extensie face-vpn (Free)
Download face-vpn (Free)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hnjlaiaonmekeplelicdpkpgdifaienh |
Officiële URL | https://chromewebstore.google.com/detail/face-vpn-free/hnjlaiaonmekeplelicdpkpgdifaienh |
Beschrijving | Best free VPN for you |
Bestandsgrootte | 882 KB |
Aantal Installaties | 50 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2024-02-21 |
Publicatiedatum | 2021-01-20 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.face-vpn.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.face-vpn.com |
Help Pagina-URL | https://www.face-vpn.com |
URL van de Privacybeleid Pagina | https://docs.google.com/document/d/1HX45mGnBrgqb2AeribbnzidZPruB5DdTzicsvUUGCmw/edit?usp=sharing |
Ondersteunde Talen | 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" } } |