Really Mute Inactive Tabs LT.

This extension mute inactive tabs

What is Really Mute Inactive Tabs LT.?

Really Mute Inactive Tabs LT. is a Chrome extension developed by mallain.com, and its main feature is "This extension mute inactive tabs".

Extension Screenshots

screenshot

Download Really Mute Inactive Tabs LT. Extension CRX File

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

                        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                    

Extension Basic Information

Name Really Mute Inactive Tabs LT. Really Mute Inactive Tabs LT.
ID jdecdhgamljdfjlhbgdclgfkkcbdbaen
Official URL https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen
Description This extension mute inactive tabs
File Size 31.22 KB
Installation Count 858
Current Version 1.0
Last Updated 2017-01-06
Publish Date 2017-01-06
Rating 3.50/5 Total 10 Ratings
Developer mallain.com
Email [email protected]
Payment Type free
Extension Website http://mallain.com/Apps.aspx
Supported Languages 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"
    ]
}