anonymoX

Easy anonymous web browsing

Τι είναι το anonymoX;

Το anonymoX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://anonymox.net, και η κύρια λειτουργία του είναι "Easy anonymous web browsing".

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

screenshot
screenshot
screenshot

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

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

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

                        Your add-on for Anonymous & Private Internet.

anonymoX enables you to …

✔ Browse the web anonymously
✔ Change your IP address & country (to one provided by us) 
✔ Visit blocked & censored websites
✔ Appear to surf from another country


– Short summary of its functionality –

Instead of accessing a website directly, it will be first opened by one of our servers, called a Proxy.
This Proxy hides your true internet identity and makes it look as if not you, but the Proxy is currently visiting the website.

anonymoX is more than just an extension. The actual anonymization and country faking is done by an anonymization network. It consists of many servers, in every country of your country list. These servers are provided and managed by us.
If you use anonymoX's anonymization network without paying, that is only possible because you indirectly participate in the server funding by viewing advertisements.

For ad-free and unrestricted usage of the anonymization network and the Add-On, you need anonymoX Premium.

If correct functionality and best anonymity is very important to you, please check  https://www.anonymox.net/en/guideline-for-proper-use-chrome


– anonymoX Premium –

Upgrade to Premium for more features like:
    - Faster surfing (up to 16Mbits)
    - More than 170 IPs from over 14 countries
    - Unlimited Download Volume
    - No ads

More Info: www.anonymox.net/premium


– Feedback & Support –

When you have questions, feedback or just want to say hello, email us. We'd love to hear from you!

Email: [email protected]


– Follow us on Social Media –

Twitter: www.twitter.com/anonymoX
Facebook: http://on.any.mx/facebook


----------------------------------------
© 2014 anonymoX GmbH 
Am Kamp 9, 58769 Nachrodt-Wiblingwerde, Germany
Managing Director: Nils Hügelmann, Christian Otto
District Court: Amtsgericht Iserlohn
Commercial Register #: HRB 8005
Privacy Policy: www.anonymox.net/en/privacy-policy                    

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

Όνομα anonymoX anonymoX
ID icpklikeghomkemdellmmkoifgfbakio
Επίσημο URL https://chromewebstore.google.com/detail/anonymox/icpklikeghomkemdellmmkoifgfbakio
Περιγραφή Easy anonymous web browsing
Μέγεθος Αρχείου 417 KB
Αριθμός Εγκαταστάσεων 380,904
Τρέχουσα Έκδοση 1.2.7
Τελευταία Ενημέρωση 2019-09-22
Ημερομηνία Δημοσίευσης 2019-09-21
Αξιολόγηση 4.41/5 Συνολικά 6455 Αξιολογήσεις
Προγραμματιστής https://anonymox.net
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://anonymox.net
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.7",
    "manifest_version": 2,
    "icons": {
        "16": "design\/skin\/icon16.png",
        "48": "design\/skin\/icon48.png",
        "128": "design\/skin\/icon128.png"
    },
    "browser_action": {
        "default_icon": "design\/skin\/icon24.png",
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/anonymox.net\/*",
                "https:\/\/*.anonymox.net\/*"
            ],
            "js": [
                "js\/contentscript\/premiumlistener.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/external\/jquery-2.0.3.min.js",
            "js\/configuration.js",
            "js\/events.js",
            "js\/network\/thrift.js",
            "js\/network\/ClientService.js",
            "js\/network\/client_types.js",
            "js\/network.js",
            "js\/models\/identities.js",
            "js\/models\/options.js",
            "js\/models\/messages.js",
            "js\/models\/globalStorage.js",
            "js\/premium.js",
            "js\/app.js"
        ]
    }
}