Really Mute Inactive Tabs LT.
This extension mute inactive tabs
Qu'est-ce que Really Mute Inactive Tabs LT. ?
Really Mute Inactive Tabs LT. est une extension Chrome développée par mallain.com, et sa fonction principale est "This extension mute inactive tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Really Mute Inactive Tabs LT.
Téléchargez les fichiers d'extension Really Mute Inactive Tabs LT. 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
This extension mute inactive tabs automatically. In order to make this extension work you have to enable tab audio muting UI control in Chrome flags To do so go to: chrome://flags/ Find Enable tab audio muting UI control. Click on Enable. Restart Chrome. Voila! Get pro version here: https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk
Informations de Base sur l'Extension
Nom | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
URL Officiel | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Description | This extension mute inactive tabs |
Taille du Fichier | 31.22 KB |
Nombre d'Installations | 858 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-01-06 |
Date de Publication | 2017-01-06 |
Évaluation | 3.50/5 Total 10 Évaluations |
Développeur | mallain.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mallain.com/Apps.aspx |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Really Mute Inactive Tabs LT.", "description": "This extension mute inactive tabs", "version": "1.0", "browser_action": { "default_icon": "iconOn.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |