TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

Qu'est-ce que TrollCoinBot Notifier ?

TrollCoinBot Notifier est une extension Chrome développée par TrollCoin Developers, et sa fonction principale est "Monitors the status of TrollCoinBot users streams.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TrollCoinBot Notifier

Téléchargez les fichiers d'extension TrollCoinBot Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
URL Officiel https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Description Monitors the status of TrollCoinBot users streams.
Taille du Fichier 80.28 KB
Nombre d'Installations 33
Version Actuelle 1.3
Dernière Mise à Jour 2018-05-20
Date de Publication 2018-05-20
Évaluation 5.00/5 Total 9 Évaluations
Développeur TrollCoin Developers
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitch.tv/trollcoinbot
URL de la Page d'Aide https://bot.trollcoin.com
Langues Prises en Charge 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"
}