Mute Tab Helper
This extension helps manage tab audio state
什麼是Mute Tab Helper?
Mute Tab Helper是由Jean-Lou Dupont (systemical)開發的Chrome擴展程式,該擴展的主要功能是“This extension helps manage tab audio state”。
下載Mute Tab Helper擴展crx文件
下載Mute Tab Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you tired of annoying pages that load and start playing audio right away ?
By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute).
The user has now the following choices:
* The user can mute/unmute the domain visited in the browser tab through the extension's browser action button
* The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension 擴展基本資訊
| 名稱 | |
| ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| 官方網址 | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
| 簡介 | This extension helps manage tab audio state |
| 檔案大小 | 19.22 KB |
| 安裝次數 | 73 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2016-09-02 |
| 上架時間 | 2016-09-02 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Jean-Lou Dupont (systemical) |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mute Tab Helper",
"description": "This extension helps manage tab audio state",
"version": "0.0.1",
"icons": {
"128": "perma-unmute-128.png"
},
"browser_action": {
"default_title": "Mute Helper",
"default_icon": {
"38": "perma-unmute-38.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |