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