NPR Player
A simple player to stream NPR in the background.
NPR Player là gì?
NPR Player là một tiện ích mở rộng Chrome được phát triển bởi Fabian Schultz, và tính năng chính của nó là "A simple player to stream NPR in the background.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NPR Player
Tải xuống các tệp mở rộng NPR Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NPR Player |
ID | pflcdcelbkdhfjglfpgiodfknhpdcmjl |
URL Chính Thức | https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl |
Mô tả | A simple player to stream NPR in the background. |
Kích Thước Tệp | 82.9 KB |
Số Lần Cài Đặt | 8,000 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2023-06-19 |
Ngày Phát Hành | 2019-10-08 |
Đánh Giá | 4.64/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Fabian Schultz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fabe/npr |
URL Trang Trợ Giúp | https://github.com/fabe/npr/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |