Sound Destroyer

Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.

¿Qué es Sound Destroyer?

Sound Destroyer es una extensión de Chrome desarrollada por Jackie Ell, y su función principal es "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sound Destroyer

Descarga archivos de extensión Sound Destroyer 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

                        Sound Destroyer is open source! Fork it here: https://github.com/jackie-ell/sound-destroyer-ext

Please contact me via email if you encounter a bug, or wish to request a feature.

Mutes tabs that are:

* Making noise!
* Not your current, active tab
* Not part of your "trusted sites" list

What are "trusted sites"? How do I use them?

Trusted sites are websites that you want to make background noise. Ex: listening to a song on YouTube while you browse another tab.

You can add a trusted site by clicking on the extension icon and using the popup interface.
Trusted sites are opinionated and must follow the "www.somewhere.com" format.                    

Información Básica de la Extensión

Nombre Sound Destroyer Sound Destroyer
ID pekienofpgmnhgaeommfoemmnimpaelk
URL Oficial https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk
Descripción Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
Tamaño del Archivo 246 KB
Cantidad de Instalaciones 26
Versión Actual 0.1
Última Actualización 2017-10-26
Fecha de Publicación 2017-10-26
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador Jackie Ell
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sound Destroyer",
    "description": "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.",
    "version": "0.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon1600.png",
        "48": "icon1600.png",
        "128": "icon1600.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}