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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |