Vertical Twitch
View Twitch vertically
Wat is Vertical Twitch?
Vertical Twitch is een Chrome-extensie ontwikkeld door Ulysses, en de belangrijkste functie is "View Twitch vertically".
Extensie Screenshots
Download het CRX-bestand van de extensie Vertical Twitch
Download Vertical Twitch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Vertical Twitch |
ID | caldgcgjbhdhmiaomefkhknhhgodhbin |
Officiële URL | https://chromewebstore.google.com/detail/vertical-twitch/caldgcgjbhdhmiaomefkhknhhgodhbin |
Beschrijving | View Twitch vertically |
Bestandsgrootte | 111 KB |
Aantal Installaties | 4,217 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2024-01-21 |
Publicatiedatum | 2020-09-06 |
Beoordeling | 4.91/5 Totaal 53 Beoordelingen |
Ontwikkelaar | Ulysses |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |