SR.SE Widget

A widget for playing live channels from Sverige Radio

What is SR.SE Widget?

SR.SE Widget is a Chrome extension developed by Hypnobrew, and its main feature is "A widget for playing live channels from Sverige Radio".

Extension Screenshots

screenshot

Download SR.SE Widget Extension CRX File

Download SR.SE Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Simple design
- All standard SR radio channels
- Feature to resume the streaming automatically when interupted                    

Extension Basic Information

Name SR.SE Widget SR.SE Widget
ID aepaddjgdloihbpncgneoaponbfglihk
Official URL https://chromewebstore.google.com/detail/srse-widget/aepaddjgdloihbpncgneoaponbfglihk
Description A widget for playing live channels from Sverige Radio
File Size 440 KB
Installation Count 38
Current Version 0.1
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.00/5 Total 1 Ratings
Developer Hypnobrew
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SR.SE Widget",
    "description": "A widget for playing live channels from Sverige Radio",
    "version": "0.1",
    "browser_action": {
        "default_icon": "style\/icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "srbackground.html"
    },
    "content_scripts": [
        {
            "js": [
                "script\/react-0.12.2.js",
                "script\/jquery-2.1.3.min.js",
                "script\/bootstrap.min.js",
                "script\/background.js",
                "script\/main.js",
                "build\/radio.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/api.sr.se\/api\/v2\/channels"
    ]
}