Mute Tab

Mute one tab or chrome, locking them too.

什么是Mute Tab?

Mute Tab是由http://zimoapps.com开发的Chrome扩展程序,该扩展的主要功能是“Mute one tab or chrome, locking them too.”。

下载Mute Tab扩展crx文件

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

扩展使用说明

                        A mute extension which based on new chrome mute API. And, it works form chrome 45.

Easy to mute one tab or chrome, and make chrome mute always.                    

扩展基本信息

名称 Mute Tab Mute Tab
ID abnlpafjdnjpopbjhnahfdcgecnkmmkj
官方URL https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj
简介 Mute one tab or chrome, locking them too.
文件大小 21.54 KB
安装次数 1,000
当前版本 2.0.0.116
更新时间 2016-03-07
上架时间 2016-03-07
评分 3.59/5 共34次评分
开发者 http://zimoapps.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://privacy.zimoapps.com
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "name": "__MSG_ext_name__",
    "version": "2.0.0.116",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "16": "img\/mute.png",
        "48": "img\/mute.png",
        "128": "img\/mute.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/mute.png",
            "38": "img\/mute.png"
        },
        "default_title": "__MSG_ext_name__",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}