VPN Master - Free HTTP and SOCKS Proxies

A free reliable VPN solution based on HTTP, SOCKS4, and SOCKS5 proxy servers

VPN Master - Free HTTP and SOCKS Proxies क्या है?

VPN Master - Free HTTP and SOCKS Proxies emano.waldeck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free reliable VPN solution based on HTTP, SOCKS4, and SOCKS5 proxy servers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VPN Master - Free HTTP and SOCKS Proxies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The "VPN Master" extension is a VPN solution based on two free proxy providers. You can select from these API servers and the extension finds a suitable proxy for you. The proxy type can be HTTP, SOCKS4, and SOCKS5.

When a new server is returned by the API, the extension validates your connectivity using the "checkip.dyndns.org" service. If the connection is not reliable, the extension resets the currently set proxy server and looks for other alternative proxies.

The following options are configurable:
1. GET requests support    
2. POST requests support    
3. Cookies support    
4. Referer header support    
5. User-agent header support    
6. HTTPS support    
7. Anonymity Level    
8. Proxy Protocol    
9. Country 

There are two built-in tools in the popup:
1. Check DNS leakage
2. Check the external IP address                    

एक्सटेंशन की मूल जानकारी

नाम VPN Master - Free HTTP and SOCKS Proxies VPN Master - Free HTTP and SOCKS Proxies
ID akeehkgglkmpapdnanoochpfmeghfdln
आधिकारिक URL https://chromewebstore.google.com/detail/vpn-master-free-http-and/akeehkgglkmpapdnanoochpfmeghfdln
विवरण A free reliable VPN solution based on HTTP, SOCKS4, and SOCKS5 proxy servers
फ़ाइल का आकार 142 KB
स्थापना संख्या 11,078
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2022-03-08
प्रकाशन तिथि 2019-07-24
रेटिंग 4.02/5 कुल 64 रेटिंग्स
डेवलपर emano.waldeck
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Emano-Waldeck/vpn-master
सहायता पृष्ठ URL https://github.com/Emano-Waldeck/vpn-master
समर्थित भाषाएँ de,en,fr,nl,da,et,it,hu,fi,cs,el,bg,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "VPN Master - Free HTTP and SOCKS Proxies",
    "description": "__MSG_description__",
    "default_locale": "en",
    "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",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "http:\/\/pubproxy.com\/api\/proxy",
        "https:\/\/api.getproxylist.com\/proxy",
        "http:\/\/checkip.dyndns.org\/",
        "https:\/\/www.proxy-list.download\/api\/v1\/get",
        "https:\/\/proxylist.geonode.com\/api\/proxy-list",
        "https:\/\/raw.githubusercontent.com\/jetkai\/proxy-list\/main\/online-proxies\/json\/proxies.json",
        "https:\/\/raw.githubusercontent.com\/scidam\/proxy-list\/master\/proxy.json"
    ],
    "homepage_url": "https:\/\/add0n.com\/network-master.html",
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "data\/popup\/index.html"
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}