TrollCoinBot Notifier
Monitors the status of TrollCoinBot users streams.
TrollCoinBot Notifierคืออะไร?
TrollCoinBot Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TrollCoin Developers และคุณลักษณะหลักของมันคือ "Monitors the status of TrollCoinBot users streams."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrollCoinBot Notifier
ดาวน์โหลดไฟล์ส่วนขยาย TrollCoinBot Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 |
URL หน้าช่วยเหลือ | 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" } |