Mute Tab Helper
This extension helps manage tab audio state
O que é Mute Tab Helper?
Mute Tab Helper é uma extensão do Chrome desenvolvida por Jean-Lou Dupont (systemical), e sua principal característica é "This extension helps manage tab audio state".
Baixar o arquivo CRX da Extensão Mute Tab Helper
Baixe arquivos de extensão Mute Tab Helper 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
Are you tired of annoying pages that load and start playing audio right away ? By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute). The user has now the following choices: * The user can mute/unmute the domain visited in the browser tab through the extension's browser action button * The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension
Informações Básicas da Extensão
Nome | Mute Tab Helper |
ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
URL Oficial | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
Descrição | This extension helps manage tab audio state |
Tamanho do Arquivo | 19.22 KB |
Contagem de Instalações | 73 |
Versão Atual | 0.0.1 |
Última Atualização | 2016-09-02 |
Data de Publicação | 2016-09-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jean-Lou Dupont (systemical) |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Tab Helper", "description": "This extension helps manage tab audio state", "version": "0.0.1", "icons": { "128": "perma-unmute-128.png" }, "browser_action": { "default_title": "Mute Helper", "default_icon": { "38": "perma-unmute-38.png" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "tabs" ] } |