HQ VPN
Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
什么是HQ VPN?
HQ VPN是由HQ VPN开发的Chrome扩展程序,该扩展的主要功能是“Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.”。
扩展截图
下载HQ VPN扩展crx文件
下载HQ VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
HQ VPN is a multi-platform VPN service that has the following advantages:
- Protection from annoying ads and unwelcome data tracking.
- No geographical restrictions on content.
- Location data privacy.
- Anonymous search history.
- Safe online shopping and bank transactions 扩展基本信息
| 名称 | |
| ID | nbadlaimkefoghbjibbkdjggnmopppli |
| 官方URL | https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli |
| 简介 | Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account. |
| 文件大小 | 1.28 MB |
| 安装次数 | 659 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2023-03-15 |
| 上架时间 | 2022-11-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | HQ VPN |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://hqvpn.net/ |
| 帮助页面URL | https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN |
| 隐私政策页面URL | https://hqvpn.net/info/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HQ VPN",
"description": "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.",
"version": "1.0.3",
"manifest_version": 3,
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"permissions": [
"proxy",
"storage",
"notifications",
"management"
],
"incognito": "split",
"author": "WEBCASE",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/images\/favicon-16x16.png",
"32": "\/images\/favicon-32x32.png",
"48": "\/images\/favicon-48x48.png",
"128": "\/images\/favicon-144x144.png"
}
},
"icons": {
"16": "\/images\/favicon-16x16.png",
"32": "\/images\/favicon-32x32.png",
"48": "\/images\/favicon-48x48.png",
"128": "\/images\/favicon-144x144.png"
}
} | |