hide.me Proxy

Unblock any website with hide.me Proxy!

O que é hide.me Proxy?

hide.me Proxy é uma extensão do Chrome desenvolvida por https://hide.me, e sua principal característica é "Unblock any website with hide.me Proxy!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão hide.me Proxy

Baixe arquivos de extensão hide.me 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

                        Explore the cyber world without any boundaries and get access to every website on the internet. Unblock any website irrespective of the country you are currently residing in. And, don't worry, your real IP is completely hidden from intruders and third-parties, all they can see is a hide.me IP. Not even your ISP can trace anything back to you. So, what are you waiting for? Go and enjoy the ride!                    

Informações Básicas da Extensão

Nome hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
URL Oficial https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
Descrição Unblock any website with hide.me Proxy!
Tamanho do Arquivo 571 KB
Contagem de Instalações 170,296
Versão Atual 1.2.5
Última Atualização 2024-01-23
Data de Publicação 2020-07-04
Classificação 3.32/5 Total de 115 Avaliações
Desenvolvedor https://hide.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hide.me
URL da Página de Ajuda https://hide.me/support
URL da Página de Política de Privacidade https://hide.me/privacy
Idiomas Suportados id,de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/hide.me\/",
    "icons": {
        "16": "images\/icon16_off.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "proxy",
        "",
        "privacy"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/javascripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "javascripts\/proxy.js",
            "javascripts\/privacy.js",
            "javascripts\/icon-badge.js",
            "javascripts\/servers.js",
            "javascripts\/utils.js",
            "javascripts\/localization.js",
            "javascripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16_off.png",
        "default_title": "__MSG_ext_default_title__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "22.0.0"
}