TrollCoinBot Notifier
Monitors the status of TrollCoinBot users streams.
Hvad er TrollCoinBot Notifier?
TrollCoinBot Notifier er en Chrome-udvidelse udviklet af TrollCoin Developers, og dens hovedfunktion er "Monitors the status of TrollCoinBot users streams.".
Udvidelsesskærmbilleder
Download TrollCoinBot Notifier-udvidelses-CRX-fil
Download TrollCoinBot Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | TrollCoinBot Notifier |
ID | jbalffekbfgedjelacbgncohmfoolpkk |
Officiel URL | https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk |
Beskrivelse | Monitors the status of TrollCoinBot users streams. |
Filstørrelse | 80.28 KB |
Antal Installationer | 33 |
Nuværende Version | 1.3 |
Senest Opdateret | 2018-05-20 |
Udgivelsesdato | 2018-05-20 |
Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
Udvikler | TrollCoin Developers |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://twitch.tv/trollcoinbot |
Hjælpeside-URL | https://bot.trollcoin.com |
Understøttede Sprog | 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" } |