Free VPN Proxy

Easily find and set free VPN proxies and, browse fast and secure!

Free VPN Proxyคืออะไร?

Free VPN Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "Easily find and set free VPN proxies and, browse fast and secure!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free VPN Proxy

ดาวน์โหลดไฟล์ส่วนขยาย Free VPN Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Free VPN Proxy is a handy extension that lets you easily mask your real internet protocol (IP) address.

Simply click on the start button at the top left corner (big blue button). The addon will look for a free proxy (socks5 IP & port combination) via a free JavaScript API call. Currently it uses the "getproxylist", "gimmeproxy" and "pubproxy" APIs. Once a free proxy is returned it checks whether the new proxy is working or not. If the new socks5 proxy is working properly, it applies to the browser proxy setting.

You can now browser under this socks5 proxy and mask your real IP address. Please note that the API for searching proxies is free but only releases 20 results per day. Once the limit is over, the addon will only use the proxies from its memory (previously saved IP and ports). To turn off the addon, please click on the top right button in the toolbar popup UI (grey icon).

Note: Free VPN Proxy add-on does NOT store your IP address or any other information in any remote location. However, third-party services (mentioned above) have their policy and rules for storing IP addresses.

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/private-network.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Free VPN Proxy Free VPN Proxy
ID ekgpjidgffefmpgeaenbjeaflgikoidm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-vpn-proxy/ekgpjidgffefmpgeaenbjeaflgikoidm
คำอธิบาย Easily find and set free VPN proxies and, browse fast and secure!
ขนาดไฟล์ 67.73 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-08-27
วันที่เผยแพร่ 2019-06-19
คะแนน 2.87/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา Muyor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/private-network.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/private-network.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Free VPN Proxy",
    "homepage_url": "https:\/\/mybrowseraddon.com\/private-network.html",
    "description": "Easily find and set free VPN proxies and, browse fast and secure!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "proxy",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/pubproxy.com\/api\/*",
        "*:\/\/gimmeproxy.com\/api\/*",
        "*:\/\/api.getproxylist.com\/*",
        "*:\/\/checkip.amazonaws.com\/*"
    ],
    "action": {
        "default_title": "Free VPN Proxy",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}