yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
¿Qué es yttwthmode?
yttwthmode es una extensión de Chrome desarrollada por maquinas, y su función principal es "Twitch-like theater mode for Youtube livestreams and archives.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión yttwthmode
Descarga archivos de extensión yttwthmode 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
Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size. Source available at https://github.com/maquinas07/yttwthmode/
Información Básica de la Extensión
Nombre | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
URL Oficial | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
Descripción | Twitch-like theater mode for Youtube livestreams and archives. |
Tamaño del Archivo | 44.22 KB |
Cantidad de Instalaciones | 140 |
Versión Actual | 1.3.10 |
Última Actualización | 2024-01-14 |
Fecha de Publicación | 2021-03-09 |
Calificación | 3.86/5 Total de 7 Calificaciones |
Desarrollador | maquinas |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/maquinas07/yttwthmode |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "yttwthmode", "version": "1.3.10", "description": "Twitch-like theater mode for Youtube livestreams and archives.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "dist\/content-script.js" ] } ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "dist\/img\/logo_128.png" } }, "permissions": [ "storage", "tabs" ], "icons": { "128": "dist\/img\/logo_128.png" }, "browser_specific_settings": { "gecko": { "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}" } } } |