hide.me Proxy

Unblock any website with hide.me Proxy!

¿Qué es hide.me Proxy?

hide.me Proxy es una extensión de Chrome desarrollada por https://hide.me, y su función principal es "Unblock any website with hide.me Proxy!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión hide.me Proxy

Descarga archivos de extensión hide.me Proxy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
URL Oficial https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
Descripción Unblock any website with hide.me Proxy!
Tamaño del Archivo 571 KB
Cantidad de Instalaciones 170,296
Versión Actual 1.2.5
Última Actualización 2024-01-23
Fecha de Publicación 2020-07-04
Calificación 3.32/5 Total de 115 Calificaciones
Desarrollador https://hide.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hide.me
URL de la Página de Ayuda https://hide.me/support
URL de la Página de Política de Privacidad https://hide.me/privacy
Idiomas Soportados 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"
}