Local VPN

Бесплатный VPN сервис для доступа к заблокированным сайтам

Local VPN क्या है?

Local VPN online solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Бесплатный VPN сервис для доступа к заблокированным сайтам"।

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

screenshot
screenshot

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

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

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

                        Reliable bypass of blocked websites such as vk.com (VKontakte), ok.com (classmates), yandex.ru (Yandex), linkedin.com and others.

Local VPN is:
* Reliable - we do not write logs and do not ask for sign up
* Free - unlimited usage with no fees
* Simple - opens access to with the click of a button


Click "Install" and use your favorite websites without restrictions.

Privacy Policy:
https://localvpn.online/policy.html

In order to keep our servers running we added some ads with our partners deals and cashback offers, which are only visible on relevant websites. We hope you will find them helpful, but if you don't you can always switch them off in "Options". Thanks for your support!                    

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

नाम Local VPN Local VPN
ID fmbcofoflnjgmllignfbnhonlnflfdko
आधिकारिक URL https://chrome.google.com/webstore/detail/local-vpn/fmbcofoflnjgmllignfbnhonlnflfdko
विवरण Бесплатный VPN сервис для доступа к заблокированным сайтам
फ़ाइल का आकार 138 KB
स्थापना संख्या 139
वर्तमान संस्करण 1.03
अंतिम अपडेट 2021-09-28
प्रकाशन तिथि 2021-09-08
रेटिंग 3.25/5 कुल 8 रेटिंग्स
डेवलपर online solutions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://localvpn.online/
गोपनीयता नीति पृष्ठ URL https://kodobi.ru/site/user-agreement
समर्थित भाषाएँ id,de,en,fr,vi,tr,es,it,pl,ru,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/jquery.min.js",
            "\/js\/storage.js",
            "\/js\/app.js",
            "\/js\/popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/32.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_title__"
    },
    "default_locale": "en",
    "description": "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 VPN \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0441\u0430\u0439\u0442\u0430\u043c",
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "manifest_version": 2,
    "name": "Local VPN",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/webbyservice.ru\/api\/vpn-credentials",
        "*:\/\/*\/*",
        "proxy",
        "storage"
    ],
    "version": "1.03",
    "web_accessible_resources": [
        "img\/*",
        "\/shopping-informer\/img\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "shopping-informer\/css\/content-page.css"
            ],
            "js": [
                "shopping-informer\/js\/content-page.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/yandex.ru\/*",
                "*:\/\/www.yandex.ru\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/search.yahoo.com\/*"
            ],
            "css": [
                "shopping-informer\/css\/content-search.css",
                "shopping-informer\/css\/content-search-ads.css"
            ],
            "js": [
                "shopping-informer\/js\/content-search.js",
                "shopping-informer\/js\/content-search-ads.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "incognito": "split",
    "options_page": "shopping-informer\/options.html"
}