NPR Player
A simple player to stream NPR in the background.
Qu'est-ce que NPR Player ?
NPR Player est une extension Chrome développée par Fabian Schultz, et sa fonction principale est "A simple player to stream NPR in the background.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NPR Player
Téléchargez les fichiers d'extension NPR Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | NPR Player |
ID | pflcdcelbkdhfjglfpgiodfknhpdcmjl |
URL Officiel | https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl |
Description | A simple player to stream NPR in the background. |
Taille du Fichier | 82.9 KB |
Nombre d'Installations | 8,000 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2023-06-19 |
Date de Publication | 2019-10-08 |
Évaluation | 4.64/5 Total 22 Évaluations |
Développeur | Fabian Schultz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fabe/npr |
URL de la Page d'Aide | https://github.com/fabe/npr/issues |
Langues Prises en Charge | 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" ] } |