Really Mute Inactive Tabs LT.

This extension mute inactive tabs

什么是Really Mute Inactive Tabs LT.?

Really Mute Inactive Tabs LT.是由mallain.com开发的Chrome扩展程序,该扩展的主要功能是“This extension mute inactive tabs”。

扩展截图

screenshot

下载Really Mute Inactive Tabs LT.扩展crx文件

下载Really Mute Inactive Tabs LT.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Really Mute Inactive Tabs LT. Really Mute Inactive Tabs LT.
ID jdecdhgamljdfjlhbgdclgfkkcbdbaen
官方URL https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen
简介 This extension mute inactive tabs
文件大小 31.22 KB
安装次数 858
当前版本 1.0
更新时间 2017-01-06
上架时间 2017-01-06
评分 3.50/5 共10次评分
开发者 mallain.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://mallain.com/Apps.aspx
支持的语言 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"
    ]
}