HiYo

Chat anonymously with people on same website

O que é HiYo?

HiYo é uma extensão do Chrome desenvolvida por HiYo, e sua principal característica é "Chat anonymously with people on same website".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HiYo

Baixe arquivos de extensão HiYo 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

                        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.                    

Informações Básicas da Extensão

Nome HiYo HiYo
ID nocfklgnphddgdaengibolefpmombome
URL Oficial https://chromewebstore.google.com/detail/hiyo/nocfklgnphddgdaengibolefpmombome
Descrição Chat anonymously with people on same website
Tamanho do Arquivo 6.9 MB
Contagem de Instalações 14
Versão Atual 2.0.0
Última Atualização 2023-05-16
Data de Publicação 2020-11-11
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor HiYo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}