Mute Tab
Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
O que é Mute Tab?
Mute Tab é uma extensão do Chrome desenvolvida por trmcnvn, e sua principal característica é "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mute Tab
Baixe arquivos de extensão Mute Tab 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
Chrome 71 removed the flag that enables per-tab audio muting. This extension allows you to mute individual tabs by a new context menu option or interacting with the extension icon.
Informações Básicas da Extensão
Nome | Mute Tab |
ID | blljobffcekcbopmkgfhpcjmbfnelkfg |
URL Oficial | https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg |
Descrição | Restores the 'Mute Tab' functionality of versions prior to Chrome 71. |
Tamanho do Arquivo | 40.81 KB |
Contagem de Instalações | 463,085 |
Versão Atual | 1.4 |
Última Atualização | 2019-09-18 |
Data de Publicação | 2019-09-18 |
Classificação | 4.30/5 Total de 156 Avaliações |
Desenvolvedor | trmcnvn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/trmcnvn/chrome-tab-mute |
URL da Página de Ajuda | https://github.com/trmcnvn/chrome-tab-mute |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute Tab", "version": "1.4", "description": "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "images\/16_u_white.png", "48": "images\/48_u_white.png", "128": "images\/128_u_white.png" }, "browser_action": { "default_title": "Mute Tab Extension" }, "manifest_version": 2 } |