Live Chat Overlay
Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams
Live Chat Overlay là gì?
Live Chat Overlay là một tiện ích mở rộng Chrome được phát triển bởi mwftech2021, và tính năng chính của nó là "Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams".
Ả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 Live Chat Overlay
Tải xuống các tệp mở rộng Live Chat Overlay 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jpoihkknbjjfhbancpejlbejefpghmnc |
URL Chính Thức | https://chromewebstore.google.com/detail/live-chat-overlay/jpoihkknbjjfhbancpejlbejefpghmnc |
Mô tả | Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams |
Kích Thước Tệp | 411 KB |
Số Lần Cài Đặt | 457 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2021-03-17 |
Ngày Phát Hành | 2021-03-16 |
Nhà Phát Triển | mwftech2021 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/br8kpoint/live-chat-overlay |
URL Trang Trợ Giúp | https://github.com/br8kpoint/live-chat-overlay/issues |
URL Trang Chính Sách Bảo Mật | https://mwftech.ca/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |