VirtualShield - Fast and reliable VPN

Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network.

Τι είναι το VirtualShield - Fast and reliable VPN;

Το VirtualShield - Fast and reliable VPN είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://virtualshield.com, και η κύρια λειτουργία του είναι "Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VirtualShield - Fast and reliable VPN

Λήψη αρχείων επέκτασης VirtualShield - Fast and reliable VPN σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        VirtualShield is an extremely fast, reliable, and unlimited virtual private network (VPN) provider. With just a few taps, you can easily connect to any one of our extremely fast VPN servers.

Why choose VirtualShield?
• Easy to download and use across all your devices
• Many VPN Locations across the Americas, Europe, Asia, and Australia
• 24-hour customer support via live chat and email
• Easy to use apps
• Ultrafast servers
• Unlimited high-speed premium bandwidth

When do I need VirtualShield?
We recommend that you connect to VirtualShield when you are:
• Connected to a public WiFi Hotspot such as Cafes, Airports, Hotels, and more...
• Conducting business such as writing/reading email, or using VOIP
• Traveling, especially when connected to Hotel WiFi
• Booking a flight or hotel reservation
• Making an online purchase

https://virtualshield.com/legal/privacy
https://virtualshield.com/legal/terms                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VirtualShield - Fast and reliable VPN VirtualShield - Fast and reliable VPN
ID aojlhgbkmkahabcmcpifbolnoichfeep
Επίσημο URL https://chrome.google.com/webstore/detail/virtualshield-fast-and-re/aojlhgbkmkahabcmcpifbolnoichfeep
Περιγραφή Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network.
Μέγεθος Αρχείου 2.01 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2018-10-11
Ημερομηνία Δημοσίευσης 2018-10-11
Αξιολόγηση 3.76/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής https://virtualshield.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://virtualshield.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.virtualshield.com
URL της Σελίδας Πολιτικής Απορρήτου https://virtualshield.com/legal/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VirtualShield - Fast and reliable VPN",
    "short_name": "VirtualShield",
    "version": "2.0.0",
    "description": "Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network.",
    "icons": {
        "32": "assets\/img\/icon_32.png",
        "64": "assets\/img\/icon_64.png",
        "128": "assets\/img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "assets\/img\/icon_64.png"
        },
        "default_popup": "login.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery-3.2.1.min.js",
            "const.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs"
    ]
}