HiYo

Chat anonymously with people on same website

什麼是HiYo?

HiYo是由HiYo開發的Chrome擴展程式,該擴展的主要功能是“Chat anonymously with people on same website”。

擴展截圖

screenshot
screenshot
screenshot

下載HiYo擴展crx文件

下載HiYo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 HiYo HiYo
ID nocfklgnphddgdaengibolefpmombome
官方網址 https://chromewebstore.google.com/detail/hiyo/nocfklgnphddgdaengibolefpmombome
簡介 Chat anonymously with people on same website
檔案大小 6.9 MB
安裝次數 14
目前版本 2.0.0
更新時間 2023-05-16
上架時間 2020-11-11
評分 5.00/5 共 8 次評分
開發者 HiYo
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}