AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Wat is AutoMute Incognito?
AutoMute Incognito is een Chrome-extensie ontwikkeld door cilenco, en de belangrijkste functie is "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Download het CRX-bestand van de extensie AutoMute Incognito
Download AutoMute Incognito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
| Officiële URL | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
| Beschrijving | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
| Bestandsgrootte | 13.94 KB |
| Aantal Installaties | 501 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2016-11-04 |
| Publicatiedatum | 2016-11-04 |
| Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | cilenco |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
}
} | |