Sound Destroyer

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

O que é Sound Destroyer?

Sound Destroyer é uma extensão do Chrome desenvolvida por Jackie Ell, e sua principal característica é "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sound Destroyer

Baixe arquivos de extensão Sound Destroyer 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

                        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.                    

Informações Básicas da Extensão

Nome Sound Destroyer Sound Destroyer
ID pekienofpgmnhgaeommfoemmnimpaelk
URL Oficial https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk
Descrição Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
Tamanho do Arquivo 246 KB
Contagem de Instalações 26
Versão Atual 0.1
Última Atualização 2017-10-26
Data de Publicação 2017-10-26
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Jackie Ell
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}