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…
¿Qué es MutAd?
MutAd es una extensión de Chrome desarrollada por gz0220, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MutAd
Descarga archivos de extensión MutAd en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | MutAd |
ID | bbndenojlngeajgkbkgfdfohgomgbibd |
URL Oficial | https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd |
Descripción | 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… |
Tamaño del Archivo | 10.73 KB |
Cantidad de Instalaciones | 219 |
Versión Actual | 0.91 |
Última Actualización | 2015-11-13 |
Fecha de Publicación | 2015-11-13 |
Calificación | 3.29/5 Total de 7 Calificaciones |
Desarrollador | gz0220 |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/galziv/MutAd |
URL de la Página de Ayuda | https://github.com/galziv/MutAd |
Idiomas Soportados | 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" ] } ] } |