xChat

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

什麼是xChat?

xChat是由http://exozone.net開發的Chrome擴展程式,該擴展的主要功能是“xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.”。

擴展截圖

screenshot

下載xChat擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 xChat xChat
ID peiajekggpiihnhphljoikpjeaahkdcn
官方網址 https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn
簡介 xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
檔案大小 32.99 KB
安裝次數 208
目前版本 2.0.1
更新時間 2016-08-01
上架時間 2016-08-01
評分 3.67/5 共 12 次評分
開發者 http://exozone.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://exozone.net/#-xChat
說明頁面URL https://support.exozone.net/
支援的語言 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\/*"
    ]
}