Anonymous HTTP Proxy

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

Cos'è Anonymous HTTP Proxy?

Anonymous HTTP Proxy è un'estensione di Chrome sviluppata da https://getbehind.me, e la sua funzione principale è "Access blocked web resources worldwide, surf the internet freely, and be secure online.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Anonymous HTTP Proxy

Scarica i file di estensione Anonymous HTTP Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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].                    

Informazioni di Base sull'Estensione

Nome Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
URL Ufficiale https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
Descrizione Access blocked web resources worldwide, surf the internet freely, and be secure online.
Dimensione del File 496 KB
Conteggio Installazioni 232
Versione Corrente 1.0.6
Ultimo Aggiornamento 2024-01-23
Data di Pubblicazione 2017-09-23
Valutazione 3.00/5 Totale 7 Valutazioni
Sviluppatore https://getbehind.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getbehind.me
URL della Pagina di Aiuto https://www.getbehind.me/contact
URL della Pagina della Politica sulla Privacy https://www.getbehind.me/privacy-policy
Lingue Supportate 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'"
    }
}