KVRX Livestream

Listen to KVRX with the click of a button!

Hvad er KVRX Livestream?

KVRX Livestream er en Chrome-udvidelse udviklet af Ian Mobbs, og dens hovedfunktion er "Listen to KVRX with the click of a button!".

Udvidelsesskærmbilleder

screenshot

Download KVRX Livestream-udvidelses-CRX-fil

Download KVRX Livestream-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Struggle with .PLS files on a Mac, or don't want to keep a tab open on a PC? Now, you can listen to KVRX through a simple Chrome extension. Just install and press "Listen Now" to hear your favorite independent music authority.                    

Grundlæggende oplysninger om udvidelsen

Navn KVRX Livestream KVRX Livestream
ID oebohfmoakpighofinngopmedfmdbpdh
Officiel URL https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh
Beskrivelse Listen to KVRX with the click of a button!
Filstørrelse 336 KB
Antal Installationer 173
Nuværende Version 0.0.5
Senest Opdateret 2016-09-16
Udgivelsesdato 2016-09-16
Bedømmelse 4.25/5 Samlet 8 Bedømmelser
Udvikler Ian Mobbs
Betalingsmetode free
Udvidelseswebsted http://www.ianmobbs.com/projects/6/
Hjælpeside-URL http://www.ianmobbs.com/projects/6/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KVRX Livestream",
    "short_name": "KVRX",
    "description": "Listen to KVRX with the click of a button!",
    "version": "0.0.5",
    "permissions": [
        "http:\/\/kvrx.org\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    }
}