KVRX Livestream

Listen to KVRX with the click of a button!

Qu'est-ce que KVRX Livestream ?

KVRX Livestream est une extension Chrome développée par Ian Mobbs, et sa fonction principale est "Listen to KVRX with the click of a button!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KVRX Livestream

Téléchargez les fichiers d'extension KVRX Livestream au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom KVRX Livestream KVRX Livestream
ID oebohfmoakpighofinngopmedfmdbpdh
URL Officiel https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh
Description Listen to KVRX with the click of a button!
Taille du Fichier 336 KB
Nombre d'Installations 173
Version Actuelle 0.0.5
Dernière Mise à Jour 2016-09-16
Date de Publication 2016-09-16
Évaluation 4.25/5 Total 8 Évaluations
Développeur Ian Mobbs
Type de Paiement free
Site Web de l'Extension http://www.ianmobbs.com/projects/6/
URL de la Page d'Aide http://www.ianmobbs.com/projects/6/
Langues Prises en Charge 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"
        ]
    }
}