TrollCoinBot Notifier
Monitors the status of TrollCoinBot users streams.
什麼是TrollCoinBot Notifier?
TrollCoinBot Notifier是由TrollCoin Developers開發的Chrome擴展程式,該擴展的主要功能是“Monitors the status of TrollCoinBot users streams.”。
擴展截圖
下載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 |
ID | jbalffekbfgedjelacbgncohmfoolpkk |
官方網址 | 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" } |