Free OpenVPN Server Finder
Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)
¿Qué es Free OpenVPN Server Finder?
Free OpenVPN Server Finder es una extensión de Chrome desarrollada por unixeco, y su función principal es "Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Free OpenVPN Server Finder
Descarga archivos de extensión Free OpenVPN Server Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Free OpenVPN Server Finder |
ID | cmonbbaipgkkooachioonbkjbbddclpe |
URL Oficial | https://chromewebstore.google.com/detail/free-openvpn-server-finde/cmonbbaipgkkooachioonbkjbbddclpe |
Descripción | Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba) |
Tamaño del Archivo | 569 KB |
Cantidad de Instalaciones | 27,924 |
Versión Actual | 0.2.3 |
Última Actualización | 2023-10-16 |
Fecha de Publicación | 2019-11-30 |
Calificación | 3.21/5 Total de 42 Calificaciones |
Desarrollador | unixeco |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://webextension.org/listing/ovfinder.html |
URL de la Página de Ayuda | https://webextension.org/listing/ovfinder.html |
URL de la Página de Política de Privacidad | https://add0n.com/policies/unixeco.txt |
Idiomas Soportados | 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" } } |