Sound Destroyer

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

Vad är Sound Destroyer?

Sound Destroyer är en Chrome-tillägg utvecklad av Jackie Ell, och dess huvudfunktion är "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.".

Tilläggsskärmbilder

screenshot

Ladda ner Sound Destroyer-förlängningens CRX-fil

Ladda ner Sound Destroyer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sound Destroyer Sound Destroyer
ID pekienofpgmnhgaeommfoemmnimpaelk
Officiell webbadress https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk
Beskrivning Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
Filstorlek 246 KB
Antal Installationer 26
Aktuell Version 0.1
Senast Uppdaterad 2017-10-26
Publiceringsdatum 2017-10-26
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare Jackie Ell
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}