Vertical Twitch
View Twitch vertically
¿Qué es Vertical Twitch?
Vertical Twitch es una extensión de Chrome desarrollada por Ulysses, y su función principal es "View Twitch vertically".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Vertical Twitch
Descarga archivos de extensión Vertical Twitch 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
Watch your favorite Twitch streamers in vertical mode with video up top and chat below. Perfect for portrait monitor users. No need to change website. This loads within the same page. Works on VODs too! Updates: - v1.7 Vertical Theatre mode now added! Button will now toggle between three modes (regular, vertical, vertical theatre) - v1.6 fixes missing button. The extension is free to use. I'd appreciate it if you buy me a coffee (https://www.buymeacoffee.com/uuzz) if you find the extension useful Not affiliated with Twitch Interactive, Inc.
Información Básica de la Extensión
Nombre | Vertical Twitch |
ID | caldgcgjbhdhmiaomefkhknhhgodhbin |
URL Oficial | https://chromewebstore.google.com/detail/vertical-twitch/caldgcgjbhdhmiaomefkhknhhgodhbin |
Descripción | View Twitch vertically |
Tamaño del Archivo | 111 KB |
Cantidad de Instalaciones | 4,217 |
Versión Actual | 1.7 |
Última Actualización | 2024-01-21 |
Fecha de Publicación | 2020-09-06 |
Calificación | 4.91/5 Total de 53 Calificaciones |
Desarrollador | Ulysses |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vertical Twitch", "version": "1.7", "description": "View Twitch vertically", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [ "content.css", "jquery-ui.min.css" ], "js": [ "jquery-3.5.1.min.js", "content.js", "jquery-ui.min.js" ] } ] } |