SaferVPN Proxy - Free & Fast Privacy App

Great speed and free access to many locations.

SaferVPN Proxy - Free & Fast Privacy App क्या है?

SaferVPN Proxy - Free & Fast Privacy App SaferVPN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Great speed and free access to many locations."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Known for simplicity, stability, and ease-of-use, the SaferVPN Chrome extension offers you the fastest and simplest VPN benefits as you browse. 

What is a VPN?
A VPN is a Virtual Private Network, a technology that allows you to browse the web without restrictions, protect your privacy, and encrypt your internet traffic by setting up a private, secure connection to a remote server.

All our apps feature zero configuration and easy install.

SaferVPN's Privacy Policy:

We value your online privacy. There are no ads, no logs and we'll never sell your data to third parties.
You can find our privacy policy here: https://www.safervpn.com/legal/privacy

Connect with us:
Facebook: https://www.facebook.com/SaferVPNCom/
Twitter: https://twitter.com/SaferVPN
Blog: https://www.safervpn.com/blog/                    

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

नाम SaferVPN Proxy - Free & Fast Privacy App SaferVPN Proxy - Free & Fast Privacy App
ID cocfojppfigjeefejbpfmedgjbpchcng
आधिकारिक URL https://chrome.google.com/webstore/detail/safervpn-proxy-free-fast/cocfojppfigjeefejbpfmedgjbpchcng
विवरण Great speed and free access to many locations.
फ़ाइल का आकार 1.15 MB
स्थापना संख्या 229,904
वर्तमान संस्करण 4.0.0
अंतिम अपडेट 2020-06-22
प्रकाशन तिथि 2020-06-16
रेटिंग 4.47/5 कुल 20653 रेटिंग्स
डेवलपर SaferVPN
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.safervpn.com/apps
सहायता पृष्ठ URL https://www.safervpn.com/support
गोपनीयता नीति पृष्ठ URL https://safervpn.com/legal/privacy
समर्थित भाषाएँ en,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_APP_NAME__",
    "short_name": "__MSG_APP_SHORT_NAME__",
    "version": "4.0.0",
    "homepage_url": "https:\/\/savervpn.com\/",
    "description": "__MSG_APP_DESC__",
    "icons": {
        "48": "icons\/48-active.png",
        "128": "icons\/128-active.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19-noactive.png",
            "38": "icons\/38-noactive.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "management",
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}