Smart Tab Mute

Ensures that only one tab plays audio at the same time

What is Smart Tab Mute?

Smart Tab Mute is a Chrome extension developed by Moritz Kobrna, and its main feature is "Ensures that only one tab plays audio at the same time".

Extension Screenshots

Download Smart Tab Mute Extension CRX File

Download Smart Tab Mute extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Smart Tab Mute Smart Tab Mute
ID dnfbgicfhchdpogmafjifjgbcjdaikgn
Official URL https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn
Description Ensures that only one tab plays audio at the same time
File Size 71.62 KB
Installation Count 4,168
Current Version 1.0.1
Last Updated 2016-07-24
Publish Date 2016-07-24
Rating 3.91/5 Total 34 Ratings
Developer Moritz Kobrna
Payment Type free
Supported Languages 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"
    ]
}