HiYo

Chat anonymously with people on same website

Apa itu HiYo?

HiYo adalah ekstensi Chrome yang dikembangkan oleh HiYo, dan fitur utamanya adalah "Chat anonymously with people on same website".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi HiYo

Unduh file ekstensi HiYo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HiYo HiYo
ID nocfklgnphddgdaengibolefpmombome
URL Resmi https://chromewebstore.google.com/detail/hiyo/nocfklgnphddgdaengibolefpmombome
Deskripsi Chat anonymously with people on same website
Ukuran File 6.9 MB
Jumlah Instalasi 14
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2023-05-16
Tanggal Publikasi 2020-11-11
Penilaian 5.00/5 Total 8 Penilaian
Pengembang HiYo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}