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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | hnjlaiaonmekeplelicdpkpgdifaienh |
官方網址 | 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" } } |