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 là gì?

Hare - Safe Fast VPN Proxy là một tiện ích mở rộng Chrome được phát triển bởi Hare, và tính năng chính của nó là "Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hare - Safe Fast VPN Proxy

Tải xuống các tệp mở rộng Hare - Safe Fast VPN Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hare - Safe Fast VPN Proxy Hare - Safe Fast VPN Proxy
ID apjdhgmlmgbmpniffppdmpelojcejmbn
URL Chính Thức https://chromewebstore.google.com/detail/hare-safe-fast-vpn-proxy/apjdhgmlmgbmpniffppdmpelojcejmbn
Mô tả Hare is a free secure vpn extension that allows users to bypass geographical restrictions and anonymously access online resources.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 208
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2024-02-02
Ngày Phát Hành 2023-10-24
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Hare
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.harecloud.net
URL Trang Chính Sách Bảo Mật https://www.harecloud.net/site/policy
Ngôn Ngữ Được Hỗ Trợ 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
}