yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
O que é yttwthmode?
yttwthmode é uma extensão do Chrome desenvolvida por maquinas, e sua principal característica é "Twitch-like theater mode for Youtube livestreams and archives.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão yttwthmode
Baixe arquivos de extensão yttwthmode 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
Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size. Source available at https://github.com/maquinas07/yttwthmode/
Informações Básicas da Extensão
Nome | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
URL Oficial | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
Descrição | Twitch-like theater mode for Youtube livestreams and archives. |
Tamanho do Arquivo | 44.22 KB |
Contagem de Instalações | 140 |
Versão Atual | 1.3.10 |
Última Atualização | 2024-01-14 |
Data de Publicação | 2021-03-09 |
Classificação | 3.86/5 Total de 7 Avaliações |
Desenvolvedor | maquinas |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/maquinas07/yttwthmode |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "yttwthmode", "version": "1.3.10", "description": "Twitch-like theater mode for Youtube livestreams and archives.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "dist\/content-script.js" ] } ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "dist\/img\/logo_128.png" } }, "permissions": [ "storage", "tabs" ], "icons": { "128": "dist\/img\/logo_128.png" }, "browser_specific_settings": { "gecko": { "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}" } } } |