TrollCoinBot Notifier

Monitors the status of TrollCoinBot users streams.

ما هو TrollCoinBot Notifier؟

TrollCoinBot Notifier هو إضافة Chrome تم تطويرها بواسطة TrollCoin Developers، والميزة الرئيسية لها هي "Monitors the status of TrollCoinBot users streams.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TrollCoinBot Notifier

قم بتنزيل ملفات الامتداد TrollCoinBot Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
}