Sound Destroyer

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

Qu'est-ce que Sound Destroyer ?

Sound Destroyer est une extension Chrome développée par Jackie Ell, et sa fonction principale est "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sound Destroyer

Téléchargez les fichiers d'extension Sound Destroyer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sound Destroyer Sound Destroyer
ID pekienofpgmnhgaeommfoemmnimpaelk
URL Officiel https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk
Description Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
Taille du Fichier 246 KB
Nombre d'Installations 26
Version Actuelle 0.1
Dernière Mise à Jour 2017-10-26
Date de Publication 2017-10-26
Évaluation 4.00/5 Total 1 Évaluations
Développeur Jackie Ell
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}