xChat

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

What is xChat?

xChat is a Chrome extension developed by http://exozone.net, and its main feature is "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.".

Extension Screenshots

screenshot

Download xChat Extension CRX File

Download xChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name xChat xChat
ID peiajekggpiihnhphljoikpjeaahkdcn
Official URL https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn
Description xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
File Size 32.99 KB
Installation Count 208
Current Version 2.0.1
Last Updated 2016-08-01
Publish Date 2016-08-01
Rating 3.67/5 Total 12 Ratings
Developer http://exozone.net
Email [email protected]
Payment Type free
Extension Website https://exozone.net/#-xChat
Help Page URL https://support.exozone.net/
Supported Languages 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\/*"
    ]
}