TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

TrollCoinBot Notifier là gì?

TrollCoinBot Notifier là một tiện ích mở rộng Chrome được phát triển bởi TrollCoin Developers, và tính năng chính của nó là "Monitors the status of TrollCoinBot users streams.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TrollCoinBot Notifier

Tải xuống các tệp mở rộng TrollCoinBot Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TrollCoinBot Notifier TrollCoinBot Notifier
ID jbalffekbfgedjelacbgncohmfoolpkk
URL Chính Thức https://chromewebstore.google.com/detail/trollcoinbot-notifier/jbalffekbfgedjelacbgncohmfoolpkk
Mô tả Monitors the status of TrollCoinBot users streams.
Kích Thước Tệp 80.28 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-05-20
Ngày Phát Hành 2018-05-20
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển TrollCoin Developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitch.tv/trollcoinbot
URL Trang Trợ Giúp https://bot.trollcoin.com
Ngôn Ngữ Được Hỗ Trợ 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"
}