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.”。
扩展截图
下载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 |
ID | apjdhgmlmgbmpniffppdmpelojcejmbn |
官方URL | 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 } |