Mute By Default
Mute tabs by default
什么是Mute By Default?
Mute By Default是由david.keatts开发的Chrome扩展程序,该扩展的主要功能是“Mute tabs by default”。
下载Mute By Default扩展crx文件
下载Mute By Default扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mute tabs by default.
Whitelist websites you wish to keep unmuted by clicking the icon, or entering URLs in options. 扩展基本信息
| 名称 | |
| ID | aikaipdjcmejaeeoflcaebioabbkldaa |
| 官方URL | https://chrome.google.com/webstore/detail/mute-by-default/aikaipdjcmejaeeoflcaebioabbkldaa |
| 简介 | Mute tabs by default |
| 文件大小 | 5.87 KB |
| 安装次数 | 41 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-07-02 |
| 上架时间 | 2016-07-02 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | david.keatts |
| 付费类型 | free |
| 扩展官网 | https://github.com/keattz/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mute By Default",
"description": "Mute tabs by default",
"version": "0.1",
"permissions": [
"tabs",
"storage"
],
"browser_action": {
"default_icon": {
"16": "icon.png"
},
"default_title": "Click to mute or unmute this website",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_page": "options.html",
"manifest_version": 2
} | |