Live Chat Overlay
Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams
¿Qué es Live Chat Overlay?
Live Chat Overlay es una extensión de Chrome desarrollada por mwftech2021, y su función principal es "Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Live Chat Overlay
Descarga archivos de extensión Live Chat Overlay en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jpoihkknbjjfhbancpejlbejefpghmnc |
URL Oficial | https://chromewebstore.google.com/detail/live-chat-overlay/jpoihkknbjjfhbancpejlbejefpghmnc |
Descripción | Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams |
Tamaño del Archivo | 411 KB |
Cantidad de Instalaciones | 457 |
Versión Actual | 0.1.4 |
Última Actualización | 2021-03-17 |
Fecha de Publicación | 2021-03-16 |
Desarrollador | mwftech2021 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/br8kpoint/live-chat-overlay |
URL de la Página de Ayuda | https://github.com/br8kpoint/live-chat-overlay/issues |
URL de la Página de Política de Privacidad | https://mwftech.ca/privacy-policy |
Idiomas Soportados | 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\/*" ] } |