TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

¿Qué es TrollCoinBot Notifier?

TrollCoinBot Notifier es una extensión de Chrome desarrollada por TrollCoin Developers, y su función principal es "Monitors the status of TrollCoinBot users streams.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TrollCoinBot Notifier

Descarga archivos de extensión TrollCoinBot Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
URL Oficial https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Descripción Monitors the status of TrollCoinBot users streams.
Tamaño del Archivo 80.28 KB
Cantidad de Instalaciones 33
Versión Actual 1.3
Última Actualización 2018-05-20
Fecha de Publicación 2018-05-20
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador TrollCoin Developers
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://twitch.tv/trollcoinbot
URL de la Página de Ayuda https://bot.trollcoin.com
Idiomas Soportados 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"
}