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 |
| 公式URL | 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) |
| Eメール | [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"
]
} | |