HQ VPN
Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Hvad er HQ VPN?
HQ VPN er en Chrome-udvidelse udviklet af HQ VPN, og dens hovedfunktion er "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".
Udvidelsesskærmbilleder
Download HQ VPN-udvidelses-CRX-fil
Download HQ VPN-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | HQ VPN |
ID | nbadlaimkefoghbjibbkdjggnmopppli |
Officiel URL | https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli |
Beskrivelse | Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account. |
Filstørrelse | 1.28 MB |
Antal Installationer | 659 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2023-03-15 |
Udgivelsesdato | 2022-11-14 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | HQ VPN |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://hqvpn.net/ |
Hjælpeside-URL | https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN |
URL til Fortrolighedspolitik Side | https://hqvpn.net/info/privacy-policy |
Understøttede Sprog | 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" } } |