NPR Player

A simple player to stream NPR in the background.

NPR Player क्या है?

NPR Player Fabian Schultz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple player to stream NPR in the background."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NPR Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम NPR Player NPR Player
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"
    ]
}