Auto Mute Tabs

This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.

Was ist Auto Mute Tabs?

Auto Mute Tabs ist eine Chrome-Erweiterung, die von Mark A. Clem entwickelt wurde, und ihr Hauptmerkmal ist "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.".

Auto Mute Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Mute Tabs-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

                                            

Grundlegende Informationen zur Erweiterung

Name Auto Mute Tabs Auto Mute Tabs
ID dpfjecmegbpbogbmdadikgegflmdflic
Offizielle URL https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic
Beschreibung This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
Dateigröße 14.59 KB
Installationsanzahl 57
Aktuelle Version 1.0 Initial
Letztes Update 2017-01-20
Veröffentlichungsdatum 2017-01-20
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler Mark A. Clem
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Mute Tabs",
    "short_name": "AutoMuteTabs",
    "version": "1.9.3",
    "version_name": "1.0 Initial",
    "description": "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.",
    "browser_action": {
        "default_icon": "amticon16.png"
    },
    "author": "Mark A. Clem",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "minimum_chrome_version": "45",
    "icons": {
        "16": "amticon16.png",
        "128": "amticon128.png"
    },
    "permissions": [
        "tabs"
    ]
}