AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Hvad er AutoMute Incognito?
AutoMute Incognito er en Chrome-udvidelse udviklet af cilenco, og dens hovedfunktion er "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Download AutoMute Incognito-udvidelses-CRX-fil
Download AutoMute Incognito-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
| Officiel URL | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
| Beskrivelse | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
| Filstørrelse | 13.94 KB |
| Antal Installationer | 501 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2016-11-04 |
| Udgivelsesdato | 2016-11-04 |
| Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
| Udvikler | cilenco |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
}
}
} | |