Free OpenVPN Server Finder
Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)
Free OpenVPN Server Finder란 무엇입니까?
Free OpenVPN Server Finder은(는) unixeco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)"입니다.
확장 프로그램 스크린샷
Free OpenVPN Server Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool discovers and downloads free OpenVPN servers (download the OVPN configuration file for you). The extension is built on the VPNGate experimental project, which serves as an academic research service from the Graduate School of the University of Tsukuba, Japan. The project aims to enhance awareness of "Global Distributed Public VPN Relay Servers". Once installed, open the panel and allow a few seconds for the VPN list to update. Then, you can select a suitable server and press the "download" button to obtain the OVPN config file. Notable features: 1. Overcome government firewalls to access restricted websites. 2. Conceal your IP address, safeguarding your identity during Internet browsing. 3. Ensure protection with strong encryption while using public Wi-Fi. 4. You can now batch download multiple VPN profiles in a ZIP archive format For reporting bugs, please visit: https://github.com/andy-portmen/ovfinder For more information, please visit: http://www.vpngate.net/en/about_overview.aspx Please be aware that this extension is a simple wrapper built on top of VPN Gate's public API. It has nothing to do with the project itself.
확장 프로그램 기본 정보
이름 | Free OpenVPN Server Finder |
ID | cmonbbaipgkkooachioonbkjbbddclpe |
공식 URL | https://chromewebstore.google.com/detail/free-openvpn-server-finde/cmonbbaipgkkooachioonbkjbbddclpe |
설명 | Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba) |
파일 크기 | 569 KB |
설치 횟수 | 27,924 |
현재 버전 | 0.2.3 |
최근 업데이트 | 2023-10-16 |
출시 날짜 | 2019-11-30 |
평점 | 3.21/5 총 42 개의 평점 |
개발자 | unixeco |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/ovfinder.html |
도움말 페이지 URL | https://webextension.org/listing/ovfinder.html |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/unixeco.txt |
지원되는 언어 | id,en,es,pt-BR,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.3", "name": "Free OpenVPN Server Finder", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/www.vpngate.net\/api\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "worker.js" }, "homepage_url": "https:\/\/webextension.org\/listing\/ovfinder.html", "action": { "default_popup": "\/data\/popup\/index.html" }, "icons": { "16": "\/data\/icons\/16.png", "19": "\/data\/icons\/19.png", "32": "\/data\/icons\/32.png", "38": "\/data\/icons\/38.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png" } } |