Anonymous HTTP Proxy

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

Was ist Anonymous HTTP Proxy?

Anonymous HTTP Proxy ist eine Chrome-Erweiterung, die von https://getbehind.me entwickelt wurde, und ihr Hauptmerkmal ist "Access blocked web resources worldwide, surf the internet freely, and be secure online.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Anonymous HTTP Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anonymous HTTP Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
Offizielle URL https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
Beschreibung Access blocked web resources worldwide, surf the internet freely, and be secure online.
Dateigröße 496 KB
Installationsanzahl 232
Aktuelle Version 1.0.6
Letztes Update 2024-01-23
Veröffentlichungsdatum 2017-09-23
Bewertung 3.00/5 Insgesamt 7 Bewertungen
Entwickler https://getbehind.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.getbehind.me
Hilfeseite URL https://www.getbehind.me/contact
URL der Datenschutzrichtlinien-Seite https://www.getbehind.me/privacy-policy
Unterstützte Sprachen 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'"
    }
}