KVRX Livestream
Listen to KVRX with the click of a button!
Wat is KVRX Livestream?
KVRX Livestream is een Chrome-extensie ontwikkeld door Ian Mobbs, en de belangrijkste functie is "Listen to KVRX with the click of a button!".
Extensie Screenshots
Download het CRX-bestand van de extensie KVRX Livestream
Download KVRX Livestream-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | oebohfmoakpighofinngopmedfmdbpdh | 
| Officiële URL | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh | 
| Beschrijving | Listen to KVRX with the click of a button! | 
| Bestandsgrootte | 336 KB | 
| Aantal Installaties | 173 | 
| Huidige Versie | 0.0.5 | 
| Laatst Bijgewerkt | 2016-09-16 | 
| Publicatiedatum | 2016-09-16 | 
| Beoordeling | 4.25/5 Totaal 8 Beoordelingen | 
| Ontwikkelaar | Ian Mobbs | 
| Betalingswijze | free | 
| Extensiewebsite | http://www.ianmobbs.com/projects/6/ | 
| Help Pagina-URL | http://www.ianmobbs.com/projects/6/ | 
| Ondersteunde Talen | 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"
        ]
    }
} | |