Chat Overlay for Youtube, Twitch & more
Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!
Chat Overlay for Youtube, Twitch & moreคืออะไร?
Chat Overlay for Youtube, Twitch & more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve Seguin และคุณลักษณะหลักของมันคือ "Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat Overlay for Youtube, Twitch & more
ดาวน์โหลดไฟล์ส่วนขยาย Chat Overlay for Youtube, Twitch & more ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display selectable chat messages from YouTube, Twitch, Restream, Glimesh, Instagram, Twitter, Zoom, etc., within your Live Broadcasting Studio software, such as OBS Studio. No added downloads or sign ups needed. Overlays are customizable and there is no data collection. Instructions and open-sourced beta-versions are over at https://chat.overlay.ninja Feature requests welcomed. Free Support offered by Steve over at https://discord.vdo.ninja in the channel #chat-overlay-support
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chat Overlay for Youtube, Twitch & more |
ID | bahhfoidnfogingiolidoidmlkogjlhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chat-overlay-for-youtube/bahhfoidnfogingiolidoidmlkogjlhp |
คำอธิบาย | Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted! |
ขนาดไฟล์ | 565 KB |
จำนวนการติดตั้ง | 2,157 |
เวอร์ชันปัจจุบัน | 1.2.10 |
อัปเดตครั้งล่าสุด | 2023-01-31 |
วันที่เผยแพร่ | 2021-04-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Steve Seguin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/steveseguin/live-chat-overlay |
URL หน้าช่วยเหลือ | https://discord.vdo.ninja |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/steveseguin/live-chat-overlay/blob/main/privacy.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat Overlay for Youtube, Twitch & more", "description": "Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!", "manifest_version": 2, "version": "1.2.10", "homepage_url": "http:\/\/chat.overlay.ninja\/", "icons": { "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/*.sli.do\/*", "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/studio.youtube.com\/*", "https:\/\/www.twitch.tv\/*", "https:\/\/glimesh.tv\/*", "https:\/\/chat.restream.io\/*", "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "https:\/\/trovo.live\/chat\/*", "https:\/\/www.twitter.com\/*", "https:\/\/www.twitter.com\/*", "https:\/\/facebook.com\/*", "https:\/\/*.zoom.us\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.mobcrush.com\/*", "https:\/\/www.crowdcast.io\/e\/*", "https:\/\/www.polleverywhere.com\/discourses\/*", "https:\/\/viz.polleverywhere.com\/discourses\/*", "storage" ], "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery.js", "youtube.js" ], "matches": [ "https:\/\/youtube.com\/live_chat*", "https:\/\/www.youtube.com\/live_chat*", "https:\/\/studio.youtube.com\/live_chat*" ] }, { "css": [ "main.css" ], "js": [ "slido.js" ], "matches": [ "https:\/\/*.sli.do\/*" ] }, { "css": [ "main.css" ], "js": [ "jquery.js", "twitch.js" ], "matches": [ "https:\/\/www.twitch.tv\/popout\/*" ] }, { "css": [ "main.css" ], "js": [ "jquery.js", "glimesh.js" ], "matches": [ "https:\/\/glimesh.tv\/*\/chat" ] }, { "css": [ "main.css" ], "js": [ "jquery.js", "restream.js" ], "matches": [ "https:\/\/chat.restream.io\/*" ] }, { "css": [ "main.css" ], "js": [ "jquery.js", "trovo.js" ], "matches": [ "https:\/\/trovo.live\/chat\/*" ] }, { "css": [ "main.css" ], "js": [ "jquery.js", "instagram.js" ], "matches": [ "https:\/\/instagram.com\/*", "https:\/\/www.instagram.com\/*" ] }, { "css": [ "main.css" ], "js": [ "instalive.js" ], "matches": [ "https:\/\/instagram.com\/*\/live\/", "https:\/\/www.instagram.com\/*\/live\/" ] }, { "css": [ "main.css" ], "js": [ "jquery.js", "twitter.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*" ] }, { "css": [ "main.css" ], "js": [ "facebook.js" ], "matches": [ "https:\/\/facebook.com\/*", "https:\/\/www.facebook.com\/*" ] }, { "css": [ "main.css" ], "js": [ "jquery.js", "mobcrush.js" ], "matches": [ "https:\/\/www.mobcrush.com\/*\/chat.slobs" ] }, { "css": [ "main.css" ], "js": [ "crowdcast.js" ], "matches": [ "https:\/\/www.crowdcast.io\/e\/*" ] }, { "css": [ "main.css" ], "js": [ "zoom.js" ], "matches": [ "https:\/\/*.zoom.us\/*" ] }, { "css": [], "js": [ "withyt.js" ], "matches": [ "https:\/\/*.withyoutube.com\/*" ] }, { "css": [ "main.css" ], "js": [ "polleverywhere.js" ], "matches": [ "https:\/\/www.polleverywhere.com\/discourses\/*", "https:\/\/viz.polleverywhere.com\/discourses\/*" ], "all_frames": true } ], "options_ui": { "page": "settings\/options.html" } } |