VPN Proxy

Free and unlimited VPN service

VPN Proxy क्या है?

VPN Proxy mushitaka2733 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free and unlimited VPN service"।

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

screenshot

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

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

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

                        We have released a new extension Pied VPN that should interest you.  It will help you open sites, applications, or use different social networks that are prohibited in your country or in the area in which you are located.  Our product is absolutely free for you.  You will need to change some information about yourself to use it.  Pied VPN does not ask for your personal information to use the product.  We have done everything to make you comfortable using Pied VPN.  Just install it on a general device using the link below.                    

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

नाम VPN Proxy VPN Proxy
ID knhohabkgoogkfgjiilagecmoenikfkk
आधिकारिक URL https://chrome.google.com/webstore/detail/vpn-proxy/knhohabkgoogkfgjiilagecmoenikfkk
विवरण Free and unlimited VPN service
फ़ाइल का आकार 18.52 KB
स्थापना संख्या 9,000
वर्तमान संस्करण 1.4
अंतिम अपडेट 2021-12-21
प्रकाशन तिथि 2021-06-20
रेटिंग 1.00/5 कुल 5 रेटिंग्स
डेवलपर mushitaka2733
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "sefa\/defender.png"
    },
    "background": {
        "scripts": [
            "cambar\/pach.js"
        ]
    },
    "browser_action": {
        "default_popup": "uhb.html",
        "default_icon": {
            "128": "sefa\/defender.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sefa\/tren.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}