Smart Tab Mute
Ensures that only one tab plays audio at the same time
O que é Smart Tab Mute?
Smart Tab Mute é uma extensão do Chrome desenvolvida por Moritz Kobrna, e sua principal característica é "Ensures that only one tab plays audio at the same time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smart Tab Mute
Baixe arquivos de extensão Smart Tab Mute no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
URL Oficial | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
Descrição | Ensures that only one tab plays audio at the same time |
Tamanho do Arquivo | 71.62 KB |
Contagem de Instalações | 4,168 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-07-24 |
Data de Publicação | 2016-07-24 |
Classificação | 3.91/5 Total de 34 Avaliações |
Desenvolvedor | Moritz Kobrna |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |