face-vpn (Free)

Best free VPN for you

Cos'è face-vpn (Free)?

face-vpn (Free) è un'estensione di Chrome sviluppata da https://www.face-vpn.com, e la sua funzione principale è "Best free VPN for you".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione face-vpn (Free)

Scarica i file di estensione face-vpn (Free) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome face-vpn (Free) face-vpn (Free)
ID hnjlaiaonmekeplelicdpkpgdifaienh
URL Ufficiale https://chromewebstore.google.com/detail/face-vpn-free/hnjlaiaonmekeplelicdpkpgdifaienh
Descrizione Best free VPN for you
Dimensione del File 882 KB
Conteggio Installazioni 50
Versione Corrente 2.0.1
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2021-01-20
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.face-vpn.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.face-vpn.com
URL della Pagina di Aiuto https://www.face-vpn.com
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1HX45mGnBrgqb2AeribbnzidZPruB5DdTzicsvUUGCmw/edit?usp=sharing
Lingue Supportate 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"
    }
}