Auto Mute Tabs

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

Wat is Auto Mute Tabs?

Auto Mute Tabs is een Chrome-extensie ontwikkeld door Mark A. Clem, en de belangrijkste functie is "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.".

Download het CRX-bestand van de extensie Auto Mute Tabs

Download Auto Mute Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Auto Mute Tabs Auto Mute Tabs
ID dpfjecmegbpbogbmdadikgegflmdflic
Officiële URL https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic
Beschrijving This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
Bestandsgrootte 14.59 KB
Aantal Installaties 57
Huidige Versie 1.0 Initial
Laatst Bijgewerkt 2017-01-20
Publicatiedatum 2017-01-20
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Mark A. Clem
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}