Smart Tab Mute
Ensures that only one tab plays audio at the same time
Qu'est-ce que Smart Tab Mute ?
Smart Tab Mute est une extension Chrome développée par Moritz Kobrna, et sa fonction principale est "Ensures that only one tab plays audio at the same time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart Tab Mute
Téléchargez les fichiers d'extension Smart Tab Mute 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
Smart Tab Mute ensures that only one tab is playing sound at the same time The extension is also available for Firefox: https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/
Informations de Base sur l'Extension
Nom | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
URL Officiel | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
Description | Ensures that only one tab plays audio at the same time |
Taille du Fichier | 71.62 KB |
Nombre d'Installations | 4,168 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-07-24 |
Date de Publication | 2016-07-24 |
Évaluation | 3.91/5 Total 34 Évaluations |
Développeur | Moritz Kobrna |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tab Mute", "description": "Ensures that only one tab plays audio at the same time", "version": "1.0.1", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |