TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

Co to jest TrollCoinBot Notifier?

TrollCoinBot Notifier to rozszerzenie Chrome opracowane przez TrollCoin Developers, a jego główną funkcją jest „Monitors the status of TrollCoinBot users streams.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TrollCoinBot Notifier

Pobierz pliki rozszerzeń TrollCoinBot Notifier 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

                        This extension notifies you of LIVE Twitch.TV channels that use TrollCoinBOT

Once installed, the button icon will indicate how many channels are online & display channel names in a tool-tip when you hover over the button.
Left clicking the extension icon displays an info panel. All online team TrollCoinBOT members will be displayed along with details about each channel (channel icon, stream title & description, viewer count). Click on a channel to load the live-stream in a new tab.

TrollcoinBOT for Twitch.TV:
http://twitch.tv/trollcoinbot

Extension Coded by:
https://twitter.com/BitOBytes
TrollCoinBOT is a joint development by Colt Fortenberry & Karl Wickman                    

Podstawowe informacje o rozszerzeniu

Nazwa TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
Oficjalny URL https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Opis Monitors the status of TrollCoinBot users streams.
Rozmiar pliku 80.28 KB
Liczba instalacji 33
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2018-05-20
Data Publikacji 2018-05-20
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper TrollCoin Developers
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitch.tv/trollcoinbot
Adres URL Strony Pomocy https://bot.trollcoin.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-1.8.3.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "description": "Monitors the status of TrollCoinBot users streams.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "TrollCoinBot Notifier",
    "version": "1.3"
}