AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Was ist AutoMute Incognito?
AutoMute Incognito ist eine Chrome-Erweiterung, die von cilenco entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
AutoMute Incognito-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoMute Incognito-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
| Offizielle URL | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
| Beschreibung | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
| Dateigröße | 13.94 KB |
| Installationsanzahl | 501 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2016-11-04 |
| Veröffentlichungsdatum | 2016-11-04 |
| Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
| Entwickler | cilenco |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
}
}
} | |