Vertical Twitch
View Twitch vertically
Vertical Twitchとは何ですか?
Vertical TwitchはUlyssesによって開発されたChromeの拡張機能で、その主な機能は「View Twitch vertically」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |