Free OpenVPN Server Finder

Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)

Free OpenVPN Server Finder là gì?

Free OpenVPN Server Finder là một tiện ích mở rộng Chrome được phát triển bởi unixeco, và tính năng chính của nó là "Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free OpenVPN Server Finder

Tải xuống các tệp mở rộng Free OpenVPN Server Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Free OpenVPN Server Finder Free OpenVPN Server Finder
ID cmonbbaipgkkooachioonbkjbbddclpe
URL Chính Thức https://chromewebstore.google.com/detail/free-openvpn-server-finde/cmonbbaipgkkooachioonbkjbbddclpe
Mô tả Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)
Kích Thước Tệp 569 KB
Số Lần Cài Đặt 27,924
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2019-11-30
Đánh Giá 3.21/5 Tổng số 42 Đánh Giá
Nhà Phát Triển unixeco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webextension.org/listing/ovfinder.html
URL Trang Trợ Giúp https://webextension.org/listing/ovfinder.html
URL Trang Chính Sách Bảo Mật https://add0n.com/policies/unixeco.txt
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}