Live Chat Overlay
Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams
Live Chat Overlayคืออะไร?
Live Chat Overlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mwftech2021 และคุณลักษณะหลักของมันคือ "Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Chat Overlay
ดาวน์โหลดไฟล์ส่วนขยาย Live Chat Overlay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to highlight chat messages from YouTube and the Castr.io unified chat messaging windows so they can be displayed as an overlay on your livestream. The Castr.io unified app currently works with YouTube, Twitch and Facebook*. * Due to a permissions issue the names are not displayed properly from Facebook. There are settings to replace Anonymous users with a replacement string.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jpoihkknbjjfhbancpejlbejefpghmnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/live-chat-overlay/jpoihkknbjjfhbancpejlbejefpghmnc |
คำอธิบาย | Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams |
ขนาดไฟล์ | 411 KB |
จำนวนการติดตั้ง | 457 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2021-03-17 |
วันที่เผยแพร่ | 2021-03-16 |
ผู้พัฒนา | mwftech2021 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/br8kpoint/live-chat-overlay |
URL หน้าช่วยเหลือ | https://github.com/br8kpoint/live-chat-overlay/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://mwftech.ca/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live Chat Overlay", "description": "Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams", "manifest_version": 2, "version": "0.1.4", "homepage_url": "https:\/\/github.com\/br8kpoint\/Live-Chat-Overlay", "icons": { "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/studio.youtube.com\/*", "https:\/\/chat.castr.io\/room*", "storage" ], "content_scripts": [ { "css": [ "youtube.css", "lib\/featherlight\/featherlight.min.css" ], "js": [ "jquery.js", "youtube.js", "lib\/featherlight\/featherlight.min.js" ], "matches": [ "https:\/\/youtube.com\/live_chat*", "https:\/\/www.youtube.com\/live_chat*", "https:\/\/studio.youtube.com\/live_chat*", "https:\/\/chat.castr.io\/room*" ] } ], "options_ui": { "page": "settings\/options.html", "open_in_tab": true }, "web_accessible_resources": [ "settings\/*", "lib\/*" ] } |