Vertical Twitch

View Twitch vertically

什麼是Vertical Twitch?

Vertical Twitch是由Ulysses開發的Chrome擴展程式,該擴展的主要功能是“View Twitch vertically”。

擴展截圖

screenshot

下載Vertical Twitch擴展crx文件

下載Vertical Twitch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Vertical Twitch Vertical Twitch
ID caldgcgjbhdhmiaomefkhknhhgodhbin
官方網址 https://chromewebstore.google.com/detail/vertical-twitch/caldgcgjbhdhmiaomefkhknhhgodhbin
簡介 View Twitch vertically
檔案大小 111 KB
安裝次數 4,217
目前版本 1.7
更新時間 2024-01-21
上架時間 2020-09-06
評分 4.91/5 共 53 次評分
開發者 Ulysses
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}