Twitch Miniplayer
Mute the ads and set volume on twitch miniplayer
O que é Twitch Miniplayer?
Twitch Miniplayer é uma extensão do Chrome desenvolvida por salvagr, e sua principal característica é "Mute the ads and set volume on twitch miniplayer".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Miniplayer
Baixe arquivos de extensão Twitch Miniplayer 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
Are you tired of missing the best of your streamer because of ads? With this extension we help you stay immersed in the stream even when these annoying ads appear.
Informações Básicas da Extensão
Nome | |
ID | lafajgbndkiglljfhabiamkffdcfjkfg |
URL Oficial | https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg |
Descrição | Mute the ads and set volume on twitch miniplayer |
Tamanho do Arquivo | 58.86 KB |
Contagem de Instalações | 463 |
Versão Atual | 1.2.2 |
Última Atualização | 2022-10-21 |
Data de Publicação | 2022-10-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | salvagr |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Miniplayer", "version": "1.2.2", "manifest_version": 3, "description": "Mute the ads and set volume on twitch miniplayer", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*", "https:\/\/twitch.tv\/*" ], "exclude_matches": [ "https:\/\/clips.twitch.tv\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": "images\/icon.png", "default_title": "Twitch Miniplayer" }, "permissions": [ "storage" ], "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |