AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
What is AutoMute Incognito?
AutoMute Incognito is a Chrome extension developed by cilenco, and its main feature is "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Download AutoMute Incognito Extension CRX File
Download AutoMute Incognito extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | AutoMute Incognito |
ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
Official URL | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
Description | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
File Size | 13.94 KB |
Installation Count | 501 |
Current Version | 1.2 |
Last Updated | 2016-11-04 |
Publish Date | 2016-11-04 |
Rating | 3.67/5 Total 6 Ratings |
Developer | cilenco |
Payment Type | free |
Supported Languages | 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" } } } } |