AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Qu'est-ce que AutoMute Incognito ?
AutoMute Incognito est une extension Chrome développée par cilenco, et sa fonction principale est "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Télécharger le fichier CRX de l'extension AutoMute Incognito
Téléchargez les fichiers d'extension AutoMute Incognito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | AutoMute Incognito |
ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
URL Officiel | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
Description | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
Taille du Fichier | 13.94 KB |
Nombre d'Installations | 501 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-11-04 |
Date de Publication | 2016-11-04 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | cilenco |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |