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)”。

擴展截圖

screenshot

下載Free OpenVPN Server Finder擴展crx文件

下載Free OpenVPN Server Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Free OpenVPN Server Finder
ID cmonbbaipgkkooachioonbkjbbddclpe
官方網址 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"
    }
}