Tab Muter
Mute Your Tabs
什么是Tab Muter?
Tab Muter是由Matt Ditmars开发的Chrome扩展程序,该扩展的主要功能是“Mute Your Tabs”。
扩展截图
下载Tab Muter扩展crx文件
下载Tab Muter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly mute and unmute all tabs that are playing audio in Chrome at the click of a button.
扩展基本信息
名称 | Tab Muter |
ID | ibeliijpajohhafjcjhfooimepofgdno |
官方URL | https://chromewebstore.google.com/detail/tab-muter/ibeliijpajohhafjcjhfooimepofgdno |
简介 | Mute Your Tabs |
文件大小 | 8.86 KB |
安装次数 | 674 |
当前版本 | 1.0.1 |
更新时间 | 2019-07-03 |
上架时间 | 2019-07-03 |
评分 | 1.00/5 共1次评分 |
开发者 | Matt Ditmars |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Muter", "version": "1.0.1", "description": "Mute Your Tabs", "default_locale": "en_US", "icons": { "16": "speaker-16.png", "48": "no-audio-48.png", "128": "no-audio-128.png" }, "browser_action": { "default_title": "Click to mute tabs" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |