HiYo

Chat anonymously with people on same website

HiYo là gì?

HiYo là một tiện ích mở rộng Chrome được phát triển bởi HiYo, và tính năng chính của nó là "Chat anonymously with people on same website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HiYo

Tải xuống các tệp mở rộng HiYo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HiYo HiYo
ID nocfklgnphddgdaengibolefpmombome
URL Chính Thức https://chromewebstore.google.com/detail/hiyo/nocfklgnphddgdaengibolefpmombome
Mô tả Chat anonymously with people on same website
Kích Thước Tệp 6.9 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-05-16
Ngày Phát Hành 2020-11-11
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển HiYo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}