NPR Player
A simple player to stream NPR in the background.
O que é NPR Player?
NPR Player é uma extensão do Chrome desenvolvida por Fabian Schultz, e sua principal característica é "A simple player to stream NPR in the background.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NPR Player
Baixe arquivos de extensão NPR Player 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 this extension, there's no need to have a dedicated tab open for radio anymore — the extension just runs in the background. Simply click on the icon and press play, simple & always available. — This extension is streaming the "NPR Program Stream": "The NPR Program Stream airs recordings of recent NPR programs after they air live on NPR Member stations, and NPR may interrupt the stream's schedule for news events." — from npr.org — Not affiliated with or endorsed by National Public Radio. This extension is open source: https://github.com/fabe/npr
Informações Básicas da Extensão
Nome | NPR Player |
ID | pflcdcelbkdhfjglfpgiodfknhpdcmjl |
URL Oficial | https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl |
Descrição | A simple player to stream NPR in the background. |
Tamanho do Arquivo | 82.9 KB |
Contagem de Instalações | 8,000 |
Versão Atual | 0.0.6 |
Última Atualização | 2023-06-19 |
Data de Publicação | 2019-10-08 |
Classificação | 4.64/5 Total de 22 Avaliações |
Desenvolvedor | Fabian Schultz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/fabe/npr |
URL da Página de Ajuda | https://github.com/fabe/npr/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPR Player", "version": "0.0.6", "manifest_version": 2, "description": "A simple player to stream NPR in the background.", "homepage_url": "https:\/\/github.com\/fabe\/npr", "browser_action": { "default_popup": "popup.html", "default_title": "NPR Player" }, "background": { "page": "background.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "background" ] } |