Smart Tab Mute

Ensures that only one tab plays audio at the same time

Was ist Smart Tab Mute?

Smart Tab Mute ist eine Chrome-Erweiterung, die von Moritz Kobrna entwickelt wurde, und ihr Hauptmerkmal ist "Ensures that only one tab plays audio at the same time".

Erweiterungsscreenshots

Smart Tab Mute-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart Tab Mute-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Smart Tab Mute Smart Tab Mute
ID dnfbgicfhchdpogmafjifjgbcjdaikgn
Offizielle URL https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn
Beschreibung Ensures that only one tab plays audio at the same time
Dateigröße 71.62 KB
Installationsanzahl 4,168
Aktuelle Version 1.0.1
Letztes Update 2016-07-24
Veröffentlichungsdatum 2016-07-24
Bewertung 3.91/5 Insgesamt 34 Bewertungen
Entwickler Moritz Kobrna
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}