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. 擴展基本資訊
| 名稱 | |
| ID | ibeliijpajohhafjcjhfooimepofgdno |
| 官方網址 | 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
}
} | |