TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

Wat is TrollCoinBot Notifier?

TrollCoinBot Notifier is een Chrome-extensie ontwikkeld door TrollCoin Developers, en de belangrijkste functie is "Monitors the status of TrollCoinBot users streams.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TrollCoinBot Notifier

Download TrollCoinBot Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
Officiële URL https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Beschrijving Monitors the status of TrollCoinBot users streams.
Bestandsgrootte 80.28 KB
Aantal Installaties 33
Huidige Versie 1.3
Laatst Bijgewerkt 2018-05-20
Publicatiedatum 2018-05-20
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar TrollCoin Developers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitch.tv/trollcoinbot
Help Pagina-URL https://bot.trollcoin.com
Ondersteunde Talen 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"
}