Vertical Twitch

View Twitch vertically

Vertical Twitch란 무엇입니까?

Vertical Twitch은(는) Ulysses에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Twitch vertically"입니다.

확장 프로그램 스크린샷

screenshot

Vertical Twitch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}