Mute Tab
Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
什么是Mute Tab?
Mute Tab是由trmcnvn开发的Chrome扩展程序,该扩展的主要功能是“Restores the 'Mute Tab' functionality of versions prior to Chrome 71.”。
扩展截图
下载Mute Tab扩展crx文件
下载Mute Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome 71 removed the flag that enables per-tab audio muting. This extension allows you to mute individual tabs by a new context menu option or interacting with the extension icon.
扩展基本信息
名称 | Mute Tab |
ID | blljobffcekcbopmkgfhpcjmbfnelkfg |
官方URL | https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg |
简介 | Restores the 'Mute Tab' functionality of versions prior to Chrome 71. |
文件大小 | 40.81 KB |
安装次数 | 463,085 |
当前版本 | 1.4 |
更新时间 | 2019-09-18 |
上架时间 | 2019-09-18 |
评分 | 4.30/5 共156次评分 |
开发者 | trmcnvn |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/trmcnvn/chrome-tab-mute |
帮助页面URL | https://github.com/trmcnvn/chrome-tab-mute |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute Tab", "version": "1.4", "description": "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "images\/16_u_white.png", "48": "images\/48_u_white.png", "128": "images\/128_u_white.png" }, "browser_action": { "default_title": "Mute Tab Extension" }, "manifest_version": 2 } |