Smart Tab Mute

Ensures that only one tab plays audio at the same time

Cos'è Smart Tab Mute?

Smart Tab Mute è un'estensione di Chrome sviluppata da Moritz Kobrna, e la sua funzione principale è "Ensures that only one tab plays audio at the same time".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Smart Tab Mute

Scarica i file di estensione Smart Tab Mute in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Smart Tab Mute Smart Tab Mute
ID dnfbgicfhchdpogmafjifjgbcjdaikgn
URL Ufficiale https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn
Descrizione Ensures that only one tab plays audio at the same time
Dimensione del File 71.62 KB
Conteggio Installazioni 4,168
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-07-24
Data di Pubblicazione 2016-07-24
Valutazione 3.91/5 Totale 34 Valutazioni
Sviluppatore Moritz Kobrna
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}