NPR Volume
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
O que é NPR Volume?
NPR Volume é uma extensão do Chrome desenvolvida por TJ Hillard, e sua principal característica é "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NPR Volume
Baixe arquivos de extensão NPR Volume 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
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the extension or reinstall to resolve issue.
Informações Básicas da Extensão
Nome | NPR Volume |
ID | dhhiahjlllgdfmlofacelhlikdnnalan |
URL Oficial | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
Descrição | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
Tamanho do Arquivo | 4.56 KB |
Contagem de Instalações | 365 |
Versão Atual | 0.0.3 |
Última Atualização | 2017-12-02 |
Data de Publicação | 2017-12-02 |
Classificação | 3.75/5 Total de 8 Avaliações |
Desenvolvedor | TJ Hillard |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPR Volume", "manifest_version": 2, "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/www.npr.org\/*" ], "run_at": "document_end", "css": [ "style.css" ], "js": [ "app.js" ] } ], "permissions": [ "storage" ] } |