Mute Tab Helper
This extension helps manage tab audio state
什么是Mute Tab Helper?
Mute Tab Helper是由Jean-Lou Dupont (systemical)开发的Chrome扩展程序,该扩展的主要功能是“This extension helps manage tab audio state”。
下载Mute Tab Helper扩展crx文件
下载Mute Tab Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you tired of annoying pages that load and start playing audio right away ?
By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute).
The user has now the following choices:
* The user can mute/unmute the domain visited in the browser tab through the extension's browser action button
* The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension 扩展基本信息
| 名称 | |
| ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| 官方URL | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| 简介 | This extension helps manage tab audio state |
| 文件大小 | 19.22 KB |
| 安装次数 | 73 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-09-02 |
| 上架时间 | 2016-09-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Jean-Lou Dupont (systemical) |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mute Tab Helper",
"description": "This extension helps manage tab audio state",
"version": "0.0.1",
"icons": {
"128": "perma-unmute-128.png"
},
"browser_action": {
"default_title": "Mute Helper",
"default_icon": {
"38": "perma-unmute-38.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |