Anonymous HTTP Proxy

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

Co je Anonymous HTTP Proxy?

Anonymous HTTP Proxy je rozšíření Chrome vyvinuté https://getbehind.me, a jeho hlavní funkcí je „Access blocked web resources worldwide, surf the internet freely, and be secure online.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Anonymous HTTP Proxy

Stáhněte si soubory rozšíření Anonymous HTTP Proxy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
Oficiální URL https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
Popis Access blocked web resources worldwide, surf the internet freely, and be secure online.
Velikost souboru 496 KB
Počet instalací 232
Aktuální Verze 1.0.6
Poslední Aktualizace 2024-01-23
Datum Vydání 2017-09-23
Hodnocení 3.00/5 Celkem 7 Hodnocení
Vývojář https://getbehind.me
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.getbehind.me
URL Stránky Nápovědy https://www.getbehind.me/contact
URL Stránky Zásad Ochrany Soukromí https://www.getbehind.me/privacy-policy
Podporované Jazyky 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'"
    }
}