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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unixeco และคุณลักษณะหลักของมันคือ "Display up-to-date list of public OpenVPN servers provided by VPN Gate (University of Tsukuba)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free OpenVPN Server Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}