EasyVPN - The Secured Connection for Web

Advanced Free VPN tool that helps to protect your privacy. Choose the country and connect to a secured network in a second

EasyVPN - The Secured Connection for Web क्या है?

EasyVPN - The Secured Connection for Web Easy VPN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced Free VPN tool that helps to protect your privacy. Choose the country and connect to a secured network in a second"।

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

screenshot
screenshot

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

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

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

                        Meet the EasyVPN - it’s a tool for private and secure browsing the network. We provide connection limitless and free of charge, that gives an opportunity to use virtual network every time you need it. Simply interface connects you to security promptly in a one click. All you need is to choose the country and click the “Power” button. Here you go! Private network activated.

Easy VPN is an extension with a fast proxy connection, thus anonymously files downloading, streaming, surfing is fully available without any limits and restrictions. Take advantage of browsing securely with a virtual private network. 

As the easiest solution for unblock prohibited websites and platforms Easy VPN service can be used ongoing during the Chrome browsing using. Unblock any website in the internet right now by mask and hide the ip address.                    

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

नाम EasyVPN - The Secured Connection for Web EasyVPN - The Secured Connection for Web
ID fpaacjbgplkmlcpmdljhndfoginnfaao
आधिकारिक URL https://chrome.google.com/webstore/detail/easyvpn-the-secured-conne/fpaacjbgplkmlcpmdljhndfoginnfaao
विवरण Advanced Free VPN tool that helps to protect your privacy. Choose the country and connect to a secured network in a second
फ़ाइल का आकार 1.34 MB
स्थापना संख्या 2,173,430
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2022-02-22
प्रकाशन तिथि 2021-10-30
रेटिंग 3.81/5 कुल 114 रेटिंग्स
डेवलपर Easy VPN
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/easy-vpn-1/home
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,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",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.2.2",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-32.png",
        "default_title": "__MSG_title__",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "proxy",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "lib\/*.js"
    ]
}