TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

Was ist TrollCoinBot Notifier?

TrollCoinBot Notifier ist eine Chrome-Erweiterung, die von TrollCoin Developers entwickelt wurde, und ihr Hauptmerkmal ist "Monitors the status of TrollCoinBot users streams.".

Erweiterungsscreenshots

screenshot

TrollCoinBot Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie TrollCoinBot Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
Offizielle URL https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Beschreibung Monitors the status of TrollCoinBot users streams.
Dateigröße 80.28 KB
Installationsanzahl 33
Aktuelle Version 1.3
Letztes Update 2018-05-20
Veröffentlichungsdatum 2018-05-20
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler TrollCoin Developers
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://twitch.tv/trollcoinbot
Hilfeseite URL https://bot.trollcoin.com
Unterstützte Sprachen 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"
}