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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}