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 là gì?
Chat Overlay for Youtube, Twitch & more là một tiện ích mở rộng Chrome được phát triển bởi Steve Seguin, và tính năng chính của nó là "Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chat Overlay for Youtube, Twitch & more
Tải xuống các tệp mở rộng Chat Overlay for Youtube, Twitch & more dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chat Overlay for Youtube, Twitch & more |
ID | bahhfoidnfogingiolidoidmlkogjlhp |
URL Chính Thức | https://chromewebstore.google.com/detail/chat-overlay-for-youtube/bahhfoidnfogingiolidoidmlkogjlhp |
Mô tả | Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted! |
Kích Thước Tệp | 565 KB |
Số Lần Cài Đặt | 2,157 |
Phiên Bản Hiện Tại | 1.2.10 |
Cập Nhật Lần Cuối | 2023-01-31 |
Ngày Phát Hành | 2021-04-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Steve Seguin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/steveseguin/live-chat-overlay |
URL Trang Trợ Giúp | https://discord.vdo.ninja |
URL Trang Chính Sách Bảo Mật | https://github.com/steveseguin/live-chat-overlay/blob/main/privacy.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |