NPR Player
A simple player to stream NPR in the background.
什么是NPR Player?
NPR Player是由Fabian Schultz开发的Chrome扩展程序,该扩展的主要功能是“A simple player to stream NPR in the background.”。
扩展截图
下载NPR Player扩展crx文件
下载NPR Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | pflcdcelbkdhfjglfpgiodfknhpdcmjl |
| 官方URL | https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl |
| 简介 | A simple player to stream NPR in the background. |
| 文件大小 | 82.9 KB |
| 安装次数 | 8,000 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2023-06-19 |
| 上架时间 | 2019-10-08 |
| 评分 | 4.64/5 共22次评分 |
| 开发者 | Fabian Schultz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/fabe/npr |
| 帮助页面URL | https://github.com/fabe/npr/issues |
| 支持的语言 | 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"
]
} | |