Vertical Twitch

View Twitch vertically

Vertical Twitch là gì?

Vertical Twitch là một tiện ích mở rộng Chrome được phát triển bởi Ulysses, và tính năng chính của nó là "View Twitch vertically".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vertical Twitch

Tải xuống các tệp mở rộng Vertical Twitch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vertical Twitch Vertical Twitch
ID caldgcgjbhdhmiaomefkhknhhgodhbin
URL Chính Thức https://chromewebstore.google.com/detail/vertical-twitch/caldgcgjbhdhmiaomefkhknhhgodhbin
Mô tả View Twitch vertically
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 4,217
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2024-01-21
Ngày Phát Hành 2020-09-06
Đánh Giá 4.91/5 Tổng số 53 Đánh Giá
Nhà Phát Triển Ulysses
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}