SR.SE Widget

A widget for playing live channels from Sverige Radio

Cos'è SR.SE Widget?

SR.SE Widget è un'estensione di Chrome sviluppata da Hypnobrew, e la sua funzione principale è "A widget for playing live channels from Sverige Radio".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SR.SE Widget

Scarica i file di estensione SR.SE Widget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SR.SE Widget SR.SE Widget
ID aepaddjgdloihbpncgneoaponbfglihk
URL Ufficiale https://chromewebstore.google.com/detail/srse-widget/aepaddjgdloihbpncgneoaponbfglihk
Descrizione A widget for playing live channels from Sverige Radio
Dimensione del File 440 KB
Conteggio Installazioni 38
Versione Corrente 0.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Hypnobrew
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}