Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
O que é Permanent Mute?
Permanent Mute é uma extensão do Chrome desenvolvida por https://codewrangler.io, e sua principal característica é "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Permanent Mute
Baixe arquivos de extensão Permanent 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
A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.
Informações Básicas da Extensão
Nome | Permanent Mute |
ID | pnkhoaefngnbehoiioikafibdkfaolec |
URL Oficial | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
Descrição | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
Tamanho do Arquivo | 18.7 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-02-01 |
Data de Publicação | 2018-02-01 |
Desenvolvedor | https://codewrangler.io |
Tipo de Pagamento | free |
Site da Extensão | https://codewrangler.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Permanent Mute", "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.", "version": "1.0.0", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/scripts.min.js" ] }, "browser_action": { "default_icon": "assets\/icon48-off.png", "default_title": "This site is not permanently muted." }, "icons": { "128": "assets\/icon128.png", "48": "assets\/icon48.png" }, "manifest_version": 2 } |