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 |
| 官方網址 | 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"
]
} | |