MutAd
After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
O que é MutAd?
MutAd é uma extensão do Chrome desenvolvida por gz0220, e sua principal característica é "After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MutAd
Baixe arquivos de extensão MutAd 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
After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.
Informações Básicas da Extensão
Nome | MutAd |
ID | bbndenojlngeajgkbkgfdfohgomgbibd |
URL Oficial | https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd |
Descrição | After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once… |
Tamanho do Arquivo | 10.73 KB |
Contagem de Instalações | 219 |
Versão Atual | 0.91 |
Última Atualização | 2015-11-13 |
Data de Publicação | 2015-11-13 |
Classificação | 3.29/5 Total de 7 Avaliações |
Desenvolvedor | gz0220 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/galziv/MutAd |
URL da Página de Ajuda | https://github.com/galziv/MutAd |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MutAd", "short_name": "MutAd", "version": "0.91", "icons": { "128": "MutAd.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "mutAd.js" ] } ] } |