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 |
| Eメール | [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"
}
} | |