HQ VPN
Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
What is HQ VPN?
HQ VPN is a Chrome extension developed by HQ VPN, and its main feature is "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".
Extension Screenshots
Download HQ VPN Extension CRX File
Download HQ VPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HQ VPN |
ID | nbadlaimkefoghbjibbkdjggnmopppli |
Official URL | https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli |
Description | Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account. |
File Size | 1.28 MB |
Installation Count | 659 |
Current Version | 1.0.3 |
Last Updated | 2023-03-15 |
Publish Date | 2022-11-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | HQ VPN |
[email protected] | |
Payment Type | in_app |
Extension Website | https://hqvpn.net/ |
Help Page URL | https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN |
Privacy Policy Page URL | https://hqvpn.net/info/privacy-policy |
Supported Languages | 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" } } |