TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

什么是TrollCoinBot Notifier?

TrollCoinBot Notifier是由TrollCoin Developers开发的Chrome扩展程序,该扩展的主要功能是“Monitors the status of TrollCoinBot users streams.”。

扩展截图

screenshot

下载TrollCoinBot Notifier扩展crx文件

下载TrollCoinBot Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
官方URL https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
简介 Monitors the status of TrollCoinBot users streams.
文件大小 80.28 KB
安装次数 33
当前版本 1.3
更新时间 2018-05-20
上架时间 2018-05-20
评分 5.00/5 共9次评分
开发者 TrollCoin Developers
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitch.tv/trollcoinbot
帮助页面URL https://bot.trollcoin.com
支持的语言 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"
}