VPN Shield

Free VPN service

VPN Shield क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

                        After installing VPN extension you’ll get access to any website you want. There are some website that may be difficult to access due to a certain restrictions, but you don’t have to even think about solving this problem, because we’ve already solved it for you. Download our new free VPN for chrome browser and have no worries. Absolutely free yet high-quality product designed to simply do its job. You can rely on this VPN proxy addon, because it’ll never let you down. Ease of use is what we choose as priority when creating each our products. If you are worried about unprotected Wi-Fi hotspots, want to access a specific website or just want to be protected from surveillance then you should definitely check out this VPN extension. Connect to personal server just in one click! Forget about any geographical restrictions and unblock any content you want. Our extension uses reliable encryption to protect your traffic and hides your real IP address. VPN proxy is the best chrome extension of its kind and can be called as the easiest way to keep your network safe and private. Choose the desired country and address and surf internet without any restrictions. You can access sites blocked in your region just in a few clicks. It’s really easy; install the extension and see for yourself!                    

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

नाम VPN Shield VPN Shield
ID obofjiikjicggbhjbpgehcoeleejabdn
आधिकारिक URL https://chrome.google.com/webstore/detail/vpn-shield/obofjiikjicggbhjbpgehcoeleejabdn
विवरण Free VPN service
फ़ाइल का आकार 35.91 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-01-24
प्रकाशन तिथि 2021-09-21
रेटिंग 1.57/5 कुल 7 रेटिंग्स
डेवलपर torkestanimina53
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
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.1",
    "icons": {
        "128": "icon\/logo.png"
    },
    "background": {
        "scripts": [
            "scripts\/server.js",
            "scripts\/bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "layout\/index.html",
        "default_icon": {
            "128": "icon\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}