HiYo

Chat anonymously with people on same website

¿Qué es HiYo?

HiYo es una extensión de Chrome desarrollada por HiYo, y su función principal es "Chat anonymously with people on same website".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HiYo

Descarga archivos de extensión HiYo 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

                        Chat Anonymously in real time. You don't need to enter any email/mobile number or anything. You can chat just by choosing any anonymous username with other people browsing the same website. Meet the Internet and always remember not to share any personal sensitive information.
HiYo Chat adds anonymous, live chat to every website. With HiYo Chat, now every domain has a built-in, chat-based community that is just a click away. You can think of it like an embedded hangout in your browser, where the chat room is whatever website you’re on, and you can chat with other people on that website anonymously. You don’t need to sign up or give any personal information to use this.
This one app brings all the communication power to your browser and it's called HiYo. Since it’s completely anonymous and you don’t need to sign up or give any personal info. HiYo is the easiest way to chat with others from your Browser.
HiYo Chat was built to provide a more seamless social chat experience keeping people’s privacy in mind. We’ve given every domain its own chat community on the web. With HiYo, chat will never be the same. We couldn’t be more excited to have you come chat with us.

People are already using HiYo to: 
# Watch and chat about shows together on YouTube, Netflix and other websites. 
# Find deals on Amazon 
# Get live help on Stack Overflow
# Instantly connect in online classrooms; 
# Chat with other developers on localhost, Stackoverflow.
# Chat about every topic imaginable on over 1.5 billion websites.                    

Información Básica de la Extensión

Nombre HiYo HiYo
ID nocfklgnphddgdaengibolefpmombome
URL Oficial https://chromewebstore.google.com/detail/hiyo/nocfklgnphddgdaengibolefpmombome
Descripción Chat anonymously with people on same website
Tamaño del Archivo 6.9 MB
Cantidad de Instalaciones 14
Versión Actual 2.0.0
Última Actualización 2023-05-16
Fecha de Publicación 2020-11-11
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador HiYo
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HiYo",
    "version": "2.0.0",
    "description": "Chat anonymously with people on same website",
    "permissions": [
        "storage",
        "tabs"
    ],
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js",
                ".\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/avatar_others.png",
                "assets\/icon_128.png",
                "assets\/icon.png",
                "assets\/info.png",
                "assets\/direct.png",
                "assets\/slide1.gif",
                "assets\/slide2.gif",
                "assets\/slide3.gif"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "24": "assets\/icon.png",
            "32": "assets\/icon.png",
            "48": "assets\/icon.png"
        },
        "default_title": "HiYo",
        "default_popup": "popup.html"
    }
}