Hare - Safe Fast VPN Proxy

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

什麼是Hare - Safe Fast VPN Proxy?

Hare - Safe Fast VPN Proxy是由Hare開發的Chrome擴展程式,該擴展的主要功能是“Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.”。

擴展截圖

screenshot

下載Hare - Safe Fast VPN Proxy擴展crx文件

下載Hare - Safe Fast VPN Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hare - Safe Fast VPN Proxy Hare - Safe Fast VPN Proxy
ID apjdhgmlmgbmpniffppdmpelojcejmbn
官方網址 https://chromewebstore.google.com/detail/hare-safe-fast-vpn-proxy/apjdhgmlmgbmpniffppdmpelojcejmbn
簡介 Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.
檔案大小 210 KB
安裝次數 208
目前版本 1.0.4
更新時間 2024-02-02
上架時間 2023-10-24
評分 3.00/5 共 4 次評分
開發者 Hare
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.harecloud.net
隱私政策頁面URL https://www.harecloud.net/site/policy
支援的語言 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
}