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
Eメール [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"
}