Twitch Bot list
Shows twitch bots in different color.
Twitch Bot listคืออะไร?
Twitch Bot list เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GiraffeSummer และคุณลักษณะหลักของมันคือ "Shows twitch bots in different color."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Bot list
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Bot list ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This add-on will change the colour of known twitch bots so you can tell who is a bot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Bot list |
ID | ofajeflbcbafcbeglpmcodedeieocnpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
คำอธิบาย | Shows twitch bots in different color. |
ขนาดไฟล์ | 17.69 KB |
จำนวนการติดตั้ง | 155 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-12-28 |
วันที่เผยแพร่ | 2020-12-28 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | GiraffeSummer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Bot list", "version": "1.1", "description": "Shows twitch bots in different color.", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ], "icons": { "256": "icons\/icon350.png", "48": "icons\/icon350.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_icon": { "256": "icons\/icon350.png" } } } |