Smart Tab Mute
Ensures that only one tab plays audio at the same time
Wat is Smart Tab Mute?
Smart Tab Mute is een Chrome-extensie ontwikkeld door Moritz Kobrna, en de belangrijkste functie is "Ensures that only one tab plays audio at the same time".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Tab Mute
Download Smart Tab Mute-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
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/
Basisinformatie over de Extensie
Naam | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
Officiële URL | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
Beschrijving | Ensures that only one tab plays audio at the same time |
Bestandsgrootte | 71.62 KB |
Aantal Installaties | 4,168 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-07-24 |
Publicatiedatum | 2016-07-24 |
Beoordeling | 3.91/5 Totaal 34 Beoordelingen |
Ontwikkelaar | Moritz Kobrna |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |