TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

Cos'è TrollCoinBot Notifier?

TrollCoinBot Notifier è un'estensione di Chrome sviluppata da TrollCoin Developers, e la sua funzione principale è "Monitors the status of TrollCoinBot users streams.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TrollCoinBot Notifier

Scarica i file di estensione TrollCoinBot Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
URL Ufficiale https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Descrizione Monitors the status of TrollCoinBot users streams.
Dimensione del File 80.28 KB
Conteggio Installazioni 33
Versione Corrente 1.3
Ultimo Aggiornamento 2018-05-20
Data di Pubblicazione 2018-05-20
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore TrollCoin Developers
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitch.tv/trollcoinbot
URL della Pagina di Aiuto https://bot.trollcoin.com
Lingue Supportate 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"
}