Really Mute Inactive Tabs LT.

This extension mute inactive tabs

Was ist Really Mute Inactive Tabs LT.?

Really Mute Inactive Tabs LT. ist eine Chrome-Erweiterung, die von mallain.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension mute inactive tabs".

Erweiterungsscreenshots

screenshot

Really Mute Inactive Tabs LT.-Erweiterungs-CRX-Datei herunterladen

Laden Sie Really Mute Inactive Tabs LT.-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

                        This extension mute inactive tabs automatically.


In order to make this extension work you have to enable tab audio muting UI control in Chrome flags

To do so go to: chrome://flags/

Find Enable tab audio muting UI control.

Click on Enable.

Restart Chrome.

Voila!

Get pro version here: 
https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk                    

Grundlegende Informationen zur Erweiterung

Name Really Mute Inactive Tabs LT. Really Mute Inactive Tabs LT.
ID jdecdhgamljdfjlhbgdclgfkkcbdbaen
Offizielle URL https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen
Beschreibung This extension mute inactive tabs
Dateigröße 31.22 KB
Installationsanzahl 858
Aktuelle Version 1.0
Letztes Update 2017-01-06
Veröffentlichungsdatum 2017-01-06
Bewertung 3.50/5 Insgesamt 10 Bewertungen
Entwickler mallain.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://mallain.com/Apps.aspx
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Really Mute Inactive Tabs LT.",
    "description": "This extension mute inactive tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "iconOn.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}