NPR Player

A simple player to stream NPR in the background.

Apa itu NPR Player?

NPR Player adalah ekstensi Chrome yang dikembangkan oleh Fabian Schultz, dan fitur utamanya adalah "A simple player to stream NPR in the background.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NPR Player

Unduh file ekstensi NPR Player dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama NPR Player NPR Player
ID pflcdcelbkdhfjglfpgiodfknhpdcmjl
URL Resmi https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl
Deskripsi A simple player to stream NPR in the background.
Ukuran File 82.9 KB
Jumlah Instalasi 8,000
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2023-06-19
Tanggal Publikasi 2019-10-08
Penilaian 4.64/5 Total 22 Penilaian
Pengembang Fabian Schultz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fabe/npr
URL Halaman Bantuan https://github.com/fabe/npr/issues
Bahasa yang Didukung 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"
    ]
}