TrollCoinBot Notifier
Monitors the status of TrollCoinBot users streams.
O que é TrollCoinBot Notifier?
TrollCoinBot Notifier é uma extensão do Chrome desenvolvida por TrollCoin Developers, e sua principal característica é "Monitors the status of TrollCoinBot users streams.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TrollCoinBot Notifier
Baixe arquivos de extensão TrollCoinBot Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | TrollCoinBot Notifier |
ID | jbalffekbfgedjelacbgncohmfoolpkk |
URL Oficial | https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk |
Descrição | Monitors the status of TrollCoinBot users streams. |
Tamanho do Arquivo | 80.28 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.3 |
Última Atualização | 2018-05-20 |
Data de Publicação | 2018-05-20 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | TrollCoin Developers |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://twitch.tv/trollcoinbot |
URL da Página de Ajuda | https://bot.trollcoin.com |
Idiomas Suportados | 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" } |