Touch VPN

Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

Touch VPN क्या है?

Touch VPN Trellonet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service."।

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

screenshot

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

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

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

                        Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!                    

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

नाम Touch VPN Touch VPN
ID ibnheiimocabbfkeebechfjjnpbdcakj
आधिकारिक URL https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj
विवरण Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
फ़ाइल का आकार 1.14 MB
स्थापना संख्या 3,255
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-08-24
प्रकाशन तिथि 2020-07-01
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर Trellonet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.trellonet.com
सहायता पृष्ठ URL https://www.trellonet.com
गोपनीयता नीति पृष्ठ URL https://www.trellonet.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch VPN",
    "version": "1.1.1",
    "description": "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "Touch VPN",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}