twitch stop autolay
Stopps the autoplay on the twitch frontpage
O que é twitch stop autolay?
twitch stop autolay é uma extensão do Chrome desenvolvida por ApeWithCompiler, e sua principal característica é "Stopps the autoplay on the twitch frontpage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão twitch stop autolay
Baixe arquivos de extensão twitch stop autolay 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
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
Informações Básicas da Extensão
Nome | twitch stop autolay |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
URL Oficial | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
Descrição | Stopps the autoplay on the twitch frontpage |
Tamanho do Arquivo | 23.75 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.0 |
Última Atualização | 2022-06-27 |
Data de Publicação | 2022-06-27 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | ApeWithCompiler |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitch stop autolay", "description": "Stopps the autoplay on the twitch frontpage", "version": "1.0", "manifest_version": 3, "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "https:\/\/www.twitch.tv\/\/", "https:\/\/www.twitch.tv\/" ], "background": { "service_worker": "service.js" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |