AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
AutoMute Incognitoとは何ですか?
AutoMute Incognitoはcilencoによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!」です。
AutoMute Incognito拡張機能のCRXファイルをダウンロード
AutoMute Incognito拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
| 公式URL | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
| 説明 | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
| ファイルサイズ | 13.94 KB |
| インストール数 | 501 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2016-11-04 |
| 公開日 | 2016-11-04 |
| 評価 | 3.67/5 合計 6 レビュー |
| 開発者 | cilenco |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AutoMute Incognito",
"description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!",
"version": "1.2",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "res\/icon.png"
},
"icons": {
"48": "res\/icon.png",
"128": "res\/store_icon.png"
},
"commands": {
"toglePageMute": {
"description": "Toggle sound of current Tab",
"suggested_key": {
"default": "Ctrl+M",
"windows": "Ctrl+M",
"mac": "Command+M",
"chromeos": "Ctrl+M",
"linux": "Ctrl+M"
}
}
}
} | |