Sound Destroyer
Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
Cos'è Sound Destroyer?
Sound Destroyer è un'estensione di Chrome sviluppata da Jackie Ell, e la sua funzione principale è "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sound Destroyer
Scarica i file di estensione Sound Destroyer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | pekienofpgmnhgaeommfoemmnimpaelk |
| URL Ufficiale | https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk |
| Descrizione | Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs. |
| Dimensione del File | 246 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2017-10-26 |
| Data di Pubblicazione | 2017-10-26 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Jackie Ell |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |