Page Muter
Mute the whole page by just one click!
O que é Page Muter?
Page Muter é uma extensão do Chrome desenvolvida por https://www.nzfun.cn, e sua principal característica é "Mute the whole page by just one click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Page Muter
Baixe arquivos de extensão Page Muter 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
With Page Muter, you can mute your whole page with just one click. You will like it.
Informações Básicas da Extensão
Nome | |
ID | leadihbifcpejoijpbehieoinfmjaedh |
URL Oficial | https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh |
Descrição | Mute the whole page by just one click! |
Tamanho do Arquivo | 408 KB |
Contagem de Instalações | 115 |
Versão Atual | 1.0 |
Última Atualização | 2018-07-20 |
Data de Publicação | 2018-07-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.nzfun.cn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.nzfun.cn |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Page Muter" }, "author": "HTB", "content_scripts": [ { "js": [ "js\/content-script.js", "js\/jquery-3.2.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/mute.js", "js\/unmute.js", "js\/play.js", "js\/pause.js" ], "description": "Mute the whole page by just one click!", "homepage_url": "https:\/\/www.nzfun.cn", "icons": { "128": "images\/icon_48.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "manifest_version": 2, "name": "Page Muter", "permissions": [ "tabs", "notifications", "storage", "contextMenus" ], "version": "1.0" } |