TrollCoinBot Notifier
Monitors the status of TrollCoinBot users streams.
Что такое TrollCoinBot Notifier?
TrollCoinBot Notifier - это расширение Chrome, разработанное TrollCoin Developers, и его основная функция - "Monitors the status of TrollCoinBot users streams.".
Снимки экрана расширения
Скачать файл CRX расширения TrollCoinBot Notifier
Скачайте файлы расширений 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 |
Официальный 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" } |