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 |
官方網址 | 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" ] } |