Anonymous HTTP Proxy

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

O que é Anonymous HTTP Proxy?

Anonymous HTTP Proxy é uma extensão do Chrome desenvolvida por https://getbehind.me, e sua principal característica é "Access blocked web resources worldwide, surf the internet freely, and be secure online.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Anonymous HTTP Proxy

Baixe arquivos de extensão Anonymous HTTP Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
URL Oficial https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
Descrição Access blocked web resources worldwide, surf the internet freely, and be secure online.
Tamanho do Arquivo 496 KB
Contagem de Instalações 232
Versão Atual 1.0.6
Última Atualização 2024-01-23
Data de Publicação 2017-09-23
Classificação 3.00/5 Total de 7 Avaliações
Desenvolvedor https://getbehind.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.getbehind.me
URL da Página de Ajuda https://www.getbehind.me/contact
URL da Página de Política de Privacidade https://www.getbehind.me/privacy-policy
Idiomas Suportados 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'"
    }
}