Sound Destroyer

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

Sound Destroyer क्या है?

Sound Destroyer Jackie Ell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sound Destroyer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Sound Destroyer Sound Destroyer
ID pekienofpgmnhgaeommfoemmnimpaelk
आधिकारिक URL https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk
विवरण Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
फ़ाइल का आकार 246 KB
स्थापना संख्या 26
वर्तमान संस्करण 0.1
अंतिम अपडेट 2017-10-26
प्रकाशन तिथि 2017-10-26
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर Jackie Ell
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}