Vertical Twitch
View Twitch vertically
O que é Vertical Twitch?
Vertical Twitch é uma extensão do Chrome desenvolvida por Ulysses, e sua principal característica é "View Twitch vertically".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vertical Twitch
Baixe arquivos de extensão Vertical Twitch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Vertical Twitch |
ID | caldgcgjbhdhmiaomefkhknhhgodhbin |
URL Oficial | https://chromewebstore.google.com/detail/vertical-twitch/caldgcgjbhdhmiaomefkhknhhgodhbin |
Descrição | View Twitch vertically |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 4,217 |
Versão Atual | 1.7 |
Última Atualização | 2024-01-21 |
Data de Publicação | 2020-09-06 |
Classificação | 4.91/5 Total de 53 Avaliações |
Desenvolvedor | Ulysses |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |