Vertical Twitch

View Twitch vertically

Apa itu Vertical Twitch?

Vertical Twitch adalah ekstensi Chrome yang dikembangkan oleh Ulysses, dan fitur utamanya adalah "View Twitch vertically".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Vertical Twitch

Unduh file ekstensi Vertical Twitch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Vertical Twitch Vertical Twitch
ID caldgcgjbhdhmiaomefkhknhhgodhbin
URL Resmi https://chromewebstore.google.com/detail/vertical-twitch/caldgcgjbhdhmiaomefkhknhhgodhbin
Deskripsi View Twitch vertically
Ukuran File 111 KB
Jumlah Instalasi 4,217
Versi Saat Ini 1.7
Terakhir Diperbarui 2024-01-21
Tanggal Publikasi 2020-09-06
Penilaian 4.91/5 Total 53 Penilaian
Pengembang Ulysses
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}