face-vpn (Free)

Best free VPN for you

Vad är face-vpn (Free)?

face-vpn (Free) är en Chrome-tillägg utvecklad av https://www.face-vpn.com, och dess huvudfunktion är "Best free VPN for you".

Tilläggsskärmbilder

screenshot

Ladda ner face-vpn (Free)-förlängningens CRX-fil

Ladda ner face-vpn (Free)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn face-vpn (Free) face-vpn (Free)
ID hnjlaiaonmekeplelicdpkpgdifaienh
Officiell webbadress https://chromewebstore.google.com/detail/face-vpn-free/hnjlaiaonmekeplelicdpkpgdifaienh
Beskrivning Best free VPN for you
Filstorlek 882 KB
Antal Installationer 50
Aktuell Version 2.0.1
Senast Uppdaterad 2024-02-21
Publiceringsdatum 2021-01-20
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://www.face-vpn.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.face-vpn.com
Hjälpsida URL https://www.face-vpn.com
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1HX45mGnBrgqb2AeribbnzidZPruB5DdTzicsvUUGCmw/edit?usp=sharing
Stödda Språk 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"
    }
}