Hoxx VPN Proxy

Hoxx VPN Proxy service to unblock blocked websites and encrypt your connection.

Τι είναι το Hoxx VPN Proxy;

Το Hoxx VPN Proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hoxx.com, και η κύρια λειτουργία του είναι "Hoxx VPN Proxy service to unblock blocked websites and encrypt your connection.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hoxx VPN Proxy

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

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

                        Hoxx VPN Service can be used to bypass filtered or blocked websites that have been blocked by your government or school. You can also use Hoxx VPN to hide your tracks and/or protect your personal information at public Wi-Fi locations.

Did you know that public Internet locations are dangerous for your personal data? Bad people around you, on the same network can sniff out your personal information. This is possible because you are on the same network and you are supposed to trust each other. Why don’t you use hoxx to resolve this issue? Our VPN Servers can solve this problem for you with a few simple clicks.

All you need is a hoxx account and this plugin and you are good to go.  We have over 100 servers all over the world.

Unlock sites within seconds, take care of your Internet privacy, change your location, and get protection from malicious websites.

No special configuration is required; all you need is a valid hoxx account and you can get started immediately. We do encrypt all your connections from browser to target site to prevent anyone from stealing your personal information, this also prevents other people from knowing what you are doing.

Enjoy our VPN service.

Hoxx VPN Proxy requires following permissions:

storage: To store configuration file and current state of the extension

proxy: This permission allows Hoxx VPN to proxy your traffic through a server in another country and unblocks blocked websites in your area. 

notifications: Keeps the user informed whether its connection was successful or not. Additionally notifies the user when it disconnects from a server.

webRequest, webRequestBlocking, AllHosts: Hoxx VPN checks every web request and uses Proxy-Authorization to authorize your access to the proxy server. It also helps to detect connection errors, warns the user and ensures a good user experience.

tabs: To open our support and extension related websites and populate their content. To ensure support for the user and help to solve problems related to the extension much faster. 
It also helps to detect on which tabs connection errors have happened. The error detection is just informational and ensures a higher user experience.

management: To detect extensions that might affect the usage of Hoxx VPN Proxy and warns the user. It does not disable or enable your extensions. It's only informational and ensures a good user experience by informing the user..                    

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

Όνομα Hoxx VPN Proxy Hoxx VPN Proxy
ID nbcojefnccbanplpoffopkoepjmhgdgh
Επίσημο URL https://chromewebstore.google.com/detail/hoxx-vpn-proxy/nbcojefnccbanplpoffopkoepjmhgdgh
Περιγραφή Hoxx VPN Proxy service to unblock blocked websites and encrypt your connection.
Μέγεθος Αρχείου 3.27 MB
Αριθμός Εγκαταστάσεων 920,564
Τρέχουσα Έκδοση 3.11.33
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-06-15
Αξιολόγηση 4.67/5 Συνολικά 26246 Αξιολογήσεις
Προγραμματιστής hoxx.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hoxx.com
Διεύθυνση URL της Σελίδας Βοήθειας https://hoxx.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://hoxx.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hoxx VPN Proxy",
    "short_name": "Hoxx VPN",
    "description": "Hoxx VPN Proxy service to unblock blocked websites and encrypt your connection.",
    "version": "3.11.33",
    "browser_action": {
        "browser_style": false,
        "default_icon": "images\/symbol-disabled48.png",
        "default_popup": "popup.html",
        "default_title": "Hoxx VPN"
    },
    "icons": {
        "16": "images\/symbol16.png",
        "48": "images\/symbol48.png",
        "128": "images\/symbol128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "",
        "tabs",
        "management"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}