Hare - Safe Fast VPN Proxy
Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.
What is Hare - Safe Fast VPN Proxy?
Hare - Safe Fast VPN Proxy is a Chrome extension developed by Hare, and its main feature is "Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.".
Extension Screenshots
Download Hare - Safe Fast VPN Proxy Extension CRX File
Download Hare - Safe Fast VPN Proxy 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
Hare is a reliable and secure browser vpn extension that allows users to bypass geographical restrictions and anonymously access online resources. With Hare, it your connection by encrypting your data and protect your privacy by making you anonymous.
Extension Basic Information
Name | Hare - Safe Fast VPN Proxy |
ID | apjdhgmlmgbmpniffppdmpelojcejmbn |
Official URL | https://chromewebstore.google.com/detail/hare-safe-fast-vpn-proxy/apjdhgmlmgbmpniffppdmpelojcejmbn |
Description | Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources. |
File Size | 210 KB |
Installation Count | 208 |
Current Version | 1.0.4 |
Last Updated | 2024-02-02 |
Publish Date | 2023-10-24 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Hare |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.harecloud.net |
Privacy Policy Page URL | https://www.harecloud.net/site/policy |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.4", "minimum_chrome_version": "88", "homepage_url": "https:\/\/hare.bosfast.com", "default_locale": "en", "options_page": "options.html", "action": { "default_title": "__MSG_name__", "default_icon": "static\/img\/icon16.png", "default_popup": "popup.html" }, "background": { "service_worker": "hare.js" }, "icons": { "16": "static\/img\/icon16.png", "24": "static\/img\/icon24.png", "128": "static\/img\/icon128.png" }, "permissions": [ "management", "proxy", "alarms", "storage" ], "manifest_version": 3 } |