Smart Tab Mute

Ensures that only one tab plays audio at the same time

Smart Tab Mute क्या है?

Smart Tab Mute Moritz Kobrna द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ensures that only one tab plays audio at the same time"।

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

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

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

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

                        Smart Tab Mute ensures that only one tab is playing sound at the same time

The extension is also available for Firefox:
https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/                    

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

नाम Smart Tab Mute Smart Tab Mute
ID dnfbgicfhchdpogmafjifjgbcjdaikgn
आधिकारिक URL https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn
विवरण Ensures that only one tab plays audio at the same time
फ़ाइल का आकार 71.62 KB
स्थापना संख्या 4,168
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-07-24
प्रकाशन तिथि 2016-07-24
रेटिंग 3.91/5 कुल 34 रेटिंग्स
डेवलपर Moritz Kobrna
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Tab Mute",
    "description": "Ensures that only one tab plays audio at the same time",
    "version": "1.0.1",
    "icons": {
        "16": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}