NPR Player
A simple player to stream NPR in the background.
¿Qué es NPR Player?
NPR Player es una extensión de Chrome desarrollada por Fabian Schultz, y su función principal es "A simple player to stream NPR in the background.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NPR Player
Descarga archivos de extensión NPR Player en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | NPR Player |
ID | pflcdcelbkdhfjglfpgiodfknhpdcmjl |
URL Oficial | https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl |
Descripción | A simple player to stream NPR in the background. |
Tamaño del Archivo | 82.9 KB |
Cantidad de Instalaciones | 8,000 |
Versión Actual | 0.0.6 |
Última Actualización | 2023-06-19 |
Fecha de Publicación | 2019-10-08 |
Calificación | 4.64/5 Total de 22 Calificaciones |
Desarrollador | Fabian Schultz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/fabe/npr |
URL de la Página de Ayuda | https://github.com/fabe/npr/issues |
Idiomas Soportados | 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" ] } |