xChat

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

Co to jest xChat?

xChat to rozszerzenie Chrome opracowane przez http://exozone.net, a jego główną funkcją jest „xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia xChat

Pobierz pliki rozszerzeń xChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa xChat xChat
ID peiajekggpiihnhphljoikpjeaahkdcn
Oficjalny URL https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn
Opis xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
Rozmiar pliku 32.99 KB
Liczba instalacji 208
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2016-08-01
Data Publikacji 2016-08-01
Ocena 3.67/5 Łącznie 12 Oceny
Deweloper http://exozone.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://exozone.net/#-xChat
Adres URL Strony Pomocy https://support.exozone.net/
Obsługiwane Języki 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\/*"
    ]
}