BetterYTL - Improve live chat
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
BetterYTL - Improve live chatคืออะไร?
BetterYTL - Improve live chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย datagutt และคุณลักษณะหลักของมันคือ "BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterYTL - Improve live chat
ดาวน์โหลดไฟล์ส่วนขยาย BetterYTL - Improve live chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom emotes. Not affiliated with Youtube or Google i. BTTV support ii. Twitch emotes support iii. Coloured usernames iv. Full-height chat v. Timestamps vi. Click to view channel of chatter
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mojicchbgklbbnglambcmeggjnlogggg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg |
คำอธิบาย | BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom… |
ขนาดไฟล์ | 17.69 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-06-28 |
วันที่เผยแพร่ | 2021-06-28 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | datagutt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTL - Improve live chat", "version": "1.1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "inject.css", "inject.js", "emotes.js", "modules\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/live_chat*", "*:\/\/www.youtube.com\/live_chat_replay*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ], "all_frames": true, "js": [ "content.js" ] }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "all_frames": true, "css": [ "inject.css" ] }, { "matches": [ "*:\/\/www.youtube.com\/watch?v=*" ], "all_frames": true, "js": [ "content.js" ], "css": [ "inject.css" ] } ], "permissions": [ "storage", "*:\/\/www.youtube.com\/live_chat*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ] } |