CactusVPN - VPN and Smart DNS services

Hide your IP address and bypass blocks and restrictions

Τι είναι το CactusVPN - VPN and Smart DNS services;

Το CactusVPN - VPN and Smart DNS services είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.cactusvpn.com, και η κύρια λειτουργία του είναι "Hide your IP address and bypass blocks and restrictions".

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

screenshot

Λήψη αρχείου CRX της επέκτασης CactusVPN - VPN and Smart DNS services

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

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

                        To use the extension, you need a CactusVPN account. To get an account, you can register a 3-days free trial account (no credit card required) or order a subscription on our website. 

Connect to CactusVPN proxy servers in seconds with our easy to use Chrome extension. Absolutely no technical knowledge required.

Just enter your username and password, choose the server and connect. Everybody can do this!

Use our WebRTC leak protection feature to make sure your IP address is not leaked while using our proxy servers.

CactusVPN offers VPN, Smart DNS and proxy services. 

VPN services help you maintain your privacy and security while using the Internet. VPN hides your true identity and geographical location from anyone interested in such information. It secures your connection and allows you to bypass blocks and restrictions.

Smart DNS help you get unrestricted access to 300 geo-blocked websites to enjoy your favourite shows with no speed loss.

Our website: https://www.cactusvpn.com/                    

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

Όνομα CactusVPN - VPN and Smart DNS services CactusVPN - VPN and Smart DNS services
ID edlnbadicpbdobbgcngggefpdbnbnkch
Επίσημο URL https://chromewebstore.google.com/detail/cactusvpn-vpn-and-smart-d/edlnbadicpbdobbgcngggefpdbnbnkch
Περιγραφή Hide your IP address and bypass blocks and restrictions
Μέγεθος Αρχείου 298 KB
Αριθμός Εγκαταστάσεων 4,046
Τρέχουσα Έκδοση 1.3.5
Τελευταία Ενημέρωση 2020-11-10
Ημερομηνία Δημοσίευσης 2020-03-07
Αξιολόγηση 2.64/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://www.cactusvpn.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.cactusvpn.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.cactusvpn.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cactusvpn.com/terms-conditions
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CactusVPN - VPN and Smart DNS services",
    "version": "1.3.5",
    "manifest_version": 2,
    "description": "Hide your IP address and bypass blocks and restrictions",
    "homepage_url": "https:\/\/www.cactusvpn.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "privacy",
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "https:\/\/api1.cactusdb.net\/",
        "https:\/\/www.cactusvpn.com\/"
    ],
    "background": {
        "scripts": [
            "src\/browser_action\/js\/jquery-3.3.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CactusVPN",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}