Auto Mute Tabs

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

Hvad er Auto Mute Tabs?

Auto Mute Tabs er en Chrome-udvidelse udviklet af Mark A. Clem, og dens hovedfunktion er "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.".

Download Auto Mute Tabs-udvidelses-CRX-fil

Download Auto Mute Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Auto Mute Tabs Auto Mute Tabs
ID dpfjecmegbpbogbmdadikgegflmdflic
Officiel URL https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic
Beskrivelse This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
Filstørrelse 14.59 KB
Antal Installationer 57
Nuværende Version 1.0 Initial
Senest Opdateret 2017-01-20
Udgivelsesdato 2017-01-20
Bedømmelse 1.50/5 Samlet 2 Bedømmelser
Udvikler Mark A. Clem
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}