SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
什么是SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy是由https://sandvpn.com开发的Chrome扩展程序,该扩展的主要功能是“Fast, Secure, Stable”。
扩展截图
下载SandVPN - Free, Fast, Unlimited VPN Proxy扩展crx文件
下载SandVPN - Free, Fast, Unlimited VPN Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online 扩展基本信息
| 名称 | |
| ID | ngigoeagdgecjjbmielklflkmnlnddop |
| 官方URL | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
| 简介 | Fast, Secure, Stable |
| 文件大小 | 1.49 MB |
| 安装次数 | 2,039 |
| 当前版本 | 1.6.4 |
| 更新时间 | 2024-01-05 |
| 上架时间 | 2023-01-03 |
| 评分 | 3.00/5 共7次评分 |
| 开发者 | https://sandvpn.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://sandvpn.com/ |
| 隐私政策页面URL | https://sandvpn.com/policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SandVPN - Free, Fast, Unlimited VPN Proxy",
"minimum_chrome_version": "108",
"description": "Fast, Secure, Stable",
"version": "1.6.4",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "SandVPN"
},
"icons": {
"48": "logo.png"
},
"permissions": [
"tabs",
"privacy",
"proxy",
"management",
"storage",
"webRequest",
"webRequestAuthProvider",
"storage",
"browsingData"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |