YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
O que é YouMute(r)?
YouMute(r) é uma extensão do Chrome desenvolvida por Adam Gajzlerowicz, e sua principal característica é "Chrome plugin that automatically mutes youtube commercials.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouMute(r)
Baixe arquivos de extensão YouMute(r) 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
Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.
Informações Básicas da Extensão
Nome | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
URL Oficial | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
Descrição | Chrome plugin that automatically mutes youtube commercials. |
Tamanho do Arquivo | 8.27 KB |
Contagem de Instalações | 355 |
Versão Atual | 1.2 |
Última Atualização | 2017-10-13 |
Data de Publicação | 2017-10-13 |
Classificação | 3.05/5 Total de 19 Avaliações |
Desenvolvedor | Adam Gajzlerowicz |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMute(r)", "short_name": "YouMute(r)", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Chrome plugin that automatically mutes youtube commercials.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "muter.js" ] } ] } |