HQ VPN
Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Was ist HQ VPN?
HQ VPN ist eine Chrome-Erweiterung, die von HQ VPN entwickelt wurde, und ihr Hauptmerkmal ist "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".
Erweiterungsscreenshots
HQ VPN-Erweiterungs-CRX-Datei herunterladen
Laden Sie HQ VPN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nbadlaimkefoghbjibbkdjggnmopppli |
| Offizielle URL | https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli |
| Beschreibung | Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account. |
| Dateigröße | 1.28 MB |
| Installationsanzahl | 659 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2023-03-15 |
| Veröffentlichungsdatum | 2022-11-14 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | HQ VPN |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://hqvpn.net/ |
| Hilfeseite URL | https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN |
| URL der Datenschutzrichtlinien-Seite | https://hqvpn.net/info/privacy-policy |
| Unterstützte Sprachen | 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"
}
} | |