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 |
| 官方網址 | 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"
}
} | |