Hare - Safe Fast VPN Proxy
Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.
Hvad er Hare - Safe Fast VPN Proxy?
Hare - Safe Fast VPN Proxy er en Chrome-udvidelse udviklet af Hare, og dens hovedfunktion er "Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.".
Udvidelsesskærmbilleder
Download Hare - Safe Fast VPN Proxy-udvidelses-CRX-fil
Download Hare - Safe Fast VPN Proxy-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Hare - Safe Fast VPN Proxy |
ID | apjdhgmlmgbmpniffppdmpelojcejmbn |
Officiel URL | https://chromewebstore.google.com/detail/hare-safe-fast-vpn-proxy/apjdhgmlmgbmpniffppdmpelojcejmbn |
Beskrivelse | Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources. |
Filstørrelse | 210 KB |
Antal Installationer | 208 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2024-02-02 |
Udgivelsesdato | 2023-10-24 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | Hare |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://www.harecloud.net |
URL til Fortrolighedspolitik Side | https://www.harecloud.net/site/policy |
Understøttede Sprog | 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 } |