Anonymous HTTP Proxy

Access blocked web resources worldwide, surf the internet freely, and be secure online.

Τι είναι το Anonymous HTTP Proxy;

Το Anonymous HTTP Proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getbehind.me, και η κύρια λειτουργία του είναι "Access blocked web resources worldwide, surf the internet freely, and be secure online.".

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

screenshot
screenshot
screenshot

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

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

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

                        Getbehind.me offers worldwide proxy servers infrastructure that provides anonymous location targeted browsing experience. This means you can access blocked websites from any location. It's free and easy to use!

After installing, you only need to pick the location you need and then click the connect button. Once you'll be connected, all the websites you will visit are going to recognize you from the selected location.

If you have any technical difficulties, please let us know at [email protected].                    

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

Όνομα Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
Επίσημο URL https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
Περιγραφή Access blocked web resources worldwide, surf the internet freely, and be secure online.
Μέγεθος Αρχείου 496 KB
Αριθμός Εγκαταστάσεων 232
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2024-01-23
Ημερομηνία Δημοσίευσης 2017-09-23
Αξιολόγηση 3.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://getbehind.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.getbehind.me
Διεύθυνση URL της Σελίδας Βοήθειας https://www.getbehind.me/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.getbehind.me/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anonymous HTTP Proxy",
    "version": "1.0.6",
    "description": "Access blocked web resources worldwide, surf the internet freely, and be secure online.",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "proxy",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}