Vertical Twitch

View Twitch vertically

Hvad er Vertical Twitch?

Vertical Twitch er en Chrome-udvidelse udviklet af Ulysses, og dens hovedfunktion er "View Twitch vertically".

Udvidelsesskærmbilleder

screenshot

Download Vertical Twitch-udvidelses-CRX-fil

Download Vertical Twitch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Vertical Twitch Vertical Twitch
ID caldgcgjbhdhmiaomefkhknhhgodhbin
Officiel URL https://chromewebstore.google.com/detail/vertical-twitch/caldgcgjbhdhmiaomefkhknhhgodhbin
Beskrivelse View Twitch vertically
Filstørrelse 111 KB
Antal Installationer 4,217
Nuværende Version 1.7
Senest Opdateret 2024-01-21
Udgivelsesdato 2020-09-06
Bedømmelse 4.91/5 Samlet 53 Bedømmelser
Udvikler Ulysses
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}