Sveriges Radio Player

Listen to live radio from the channels at Sveriges Radio (Swedish Radio).

Sveriges Radio Player क्या है?

Sveriges Radio Player Making Odd Edit Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to live radio from the channels at Sveriges Radio (Swedish Radio)."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Listen to live radio from Sveriges Radio (Swedish Radio) with this extension.

[ Features ]
* Choose from all channels at Sveriges Radio (SR).
* Volume up/down and mute.
* Choose sound quality - low, medium and high.
* Display current and next episode.
* Display current playing song and next.
* Display song details as well as search on Spotify, Tidal, Google Music, YouTube and Last.fm.
* Display today's scheduled episodes.
* Go to the channel homepage by clicking the player channel image.
* Play- and pause-indicator on the extension icon.
* Plays in the background (even when the browser closes - if Chrome is allowed to run in the background).
* Settings are saved and synced between all your Chrome browsers (if syncing is enabled in Chrome).

[ Upcoming features ]
* Scheduled episodes for several days.
* Scheduled episodes for specific program.
* And more.

[ Troubleshooting ]
Under the INFORMATION tab is a button - Send feedback - which can be used to:
* Report an issue
* Ask a question
* Suggest something new

Comments are read sporadically and bug-fixes will come as soon as possible. Similarly, requests for new features.                    

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

नाम Sveriges Radio Player Sveriges Radio Player
ID agojbidllejeebbhcbonnlpodicladdk
आधिकारिक URL https://chromewebstore.google.com/detail/sveriges-radio-player/agojbidllejeebbhcbonnlpodicladdk
विवरण Listen to live radio from the channels at Sveriges Radio (Swedish Radio).
फ़ाइल का आकार 246 KB
स्थापना संख्या 3,105
वर्तमान संस्करण 1.12.39
अंतिम अपडेट 2016-02-28
प्रकाशन तिथि 2016-02-28
रेटिंग 4.40/5 कुल 30 रेटिंग्स
डेवलपर Making Odd Edit Studios
भुगतान के प्रकार free
समर्थित भाषाएँ en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appNameShort__",
    "description": "__MSG_appDesc__",
    "author": "Making Odd Edit Studios",
    "default_locale": "sv",
    "version": "1.12.39",
    "minimum_chrome_version": "20",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "http:\/\/sverigesradio.se\/*",
        "http:\/\/*.sr.se\/*",
        "http:\/\/ws.audioscrobbler.com\/2.0\/*",
        "https:\/\/www.google-analytics.com\/",
        "background",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "content\/images\/logo-16.png",
        "48": "content\/images\/logo-48.png",
        "128": "content\/images\/logo-128.png"
    },
    "browser_action": {
        "default_icon": "content\/images\/logo-19.png",
        "default_popup": "popup.html"
    }
}