Auto Mute Tabs

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

What is Auto Mute Tabs?

Auto Mute Tabs is a Chrome extension developed by Mark A. Clem, and its main feature is "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.".

Download Auto Mute Tabs Extension CRX File

Download Auto Mute Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Auto Mute Tabs Auto Mute Tabs
ID dpfjecmegbpbogbmdadikgegflmdflic
Official URL https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic
Description This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
File Size 14.59 KB
Installation Count 57
Current Version 1.0 Initial
Last Updated 2017-01-20
Publish Date 2017-01-20
Rating 1.50/5 Total 2 Ratings
Developer Mark A. Clem
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}