TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

Apa itu TrollCoinBot Notifier?

TrollCoinBot Notifier adalah ekstensi Chrome yang dikembangkan oleh TrollCoin Developers, dan fitur utamanya adalah "Monitors the status of TrollCoinBot users streams.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TrollCoinBot Notifier

Unduh file ekstensi TrollCoinBot Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
URL Resmi https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Deskripsi Monitors the status of TrollCoinBot users streams.
Ukuran File 80.28 KB
Jumlah Instalasi 33
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-05-20
Tanggal Publikasi 2018-05-20
Penilaian 5.00/5 Total 9 Penilaian
Pengembang TrollCoin Developers
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitch.tv/trollcoinbot
URL Halaman Bantuan https://bot.trollcoin.com
Bahasa yang Didukung 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"
}