Hare - Safe Fast VPN Proxy

Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.

Was ist Hare - Safe Fast VPN Proxy?

Hare - Safe Fast VPN Proxy ist eine Chrome-Erweiterung, die von Hare entwickelt wurde, und ihr Hauptmerkmal ist "Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.".

Erweiterungsscreenshots

screenshot

Hare - Safe Fast VPN Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hare - Safe Fast VPN Proxy-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hare - Safe Fast VPN Proxy Hare - Safe Fast VPN Proxy
ID apjdhgmlmgbmpniffppdmpelojcejmbn
Offizielle URL https://chromewebstore.google.com/detail/hare-safe-fast-vpn-proxy/apjdhgmlmgbmpniffppdmpelojcejmbn
Beschreibung Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.
Dateigröße 210 KB
Installationsanzahl 208
Aktuelle Version 1.0.4
Letztes Update 2024-02-02
Veröffentlichungsdatum 2023-10-24
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Hare
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.harecloud.net
URL der Datenschutzrichtlinien-Seite https://www.harecloud.net/site/policy
Unterstützte Sprachen 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
}