NPR Player
A simple player to stream NPR in the background.
Cos'è NPR Player?
NPR Player è un'estensione di Chrome sviluppata da Fabian Schultz, e la sua funzione principale è "A simple player to stream NPR in the background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NPR Player
Scarica i file di estensione NPR Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | NPR Player |
ID | pflcdcelbkdhfjglfpgiodfknhpdcmjl |
URL Ufficiale | https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl |
Descrizione | A simple player to stream NPR in the background. |
Dimensione del File | 82.9 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2023-06-19 |
Data di Pubblicazione | 2019-10-08 |
Valutazione | 4.64/5 Totale 22 Valutazioni |
Sviluppatore | Fabian Schultz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fabe/npr |
URL della Pagina di Aiuto | https://github.com/fabe/npr/issues |
Lingue Supportate | 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" ] } |