Smart Tab Mute
Ensures that only one tab plays audio at the same time
什么是Smart Tab Mute?
Smart Tab Mute是由Moritz Kobrna开发的Chrome扩展程序,该扩展的主要功能是“Ensures that only one tab plays audio at the same time”。
扩展截图
下载Smart Tab Mute扩展crx文件
下载Smart Tab Mute扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Smart Tab Mute ensures that only one tab is playing sound at the same time The extension is also available for Firefox: https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/
扩展基本信息
名称 | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
官方URL | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
简介 | Ensures that only one tab plays audio at the same time |
文件大小 | 71.62 KB |
安装次数 | 4,168 |
当前版本 | 1.0.1 |
更新时间 | 2016-07-24 |
上架时间 | 2016-07-24 |
评分 | 3.91/5 共34次评分 |
开发者 | Moritz Kobrna |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tab Mute", "description": "Ensures that only one tab plays audio at the same time", "version": "1.0.1", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |