xChat

xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.

xChat là gì?

xChat là một tiện ích mở rộng Chrome được phát triển bởi http://exozone.net, và tính năng chính của nó là "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.".

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

screenshot

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

Tải xuống các tệp mở rộng xChat 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

                        xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.

Some of these tweaks include custom emoticons, better chat formatting and user mentions, custom site themes, user ignore feature, and more.

Note: This only works for Beam currently. We are actively working on porting it over for the other platforms.                    

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

Tên xChat xChat
ID peiajekggpiihnhphljoikpjeaahkdcn
URL Chính Thức https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn
Mô tả xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
Kích Thước Tệp 32.99 KB
Số Lần Cài Đặt 208
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2016-08-01
Ngày Phát Hành 2016-08-01
Đánh Giá 3.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển http://exozone.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://exozone.net/#-xChat
URL Trang Trợ Giúp https://support.exozone.net/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xChat",
    "short_name": "xChat",
    "description": "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/xchat-16.png",
        "32": "icons\/xchat-32.png",
        "48": "icons\/xchat-48.png",
        "128": "icons\/xchat-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/beam.pro\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "xchat.js"
    ],
    "permissions": [
        "storage",
        "*:\/\/beam.pro\/*"
    ]
}