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 |
电子邮箱 | [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" ] } ] } |