KVRX Livestream
Listen to KVRX with the click of a button!
Cos'è KVRX Livestream?
KVRX Livestream è un'estensione di Chrome sviluppata da Ian Mobbs, e la sua funzione principale è "Listen to KVRX with the click of a button!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KVRX Livestream
Scarica i file di estensione KVRX Livestream 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
                        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.                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | oebohfmoakpighofinngopmedfmdbpdh | 
| URL Ufficiale | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh | 
| Descrizione | Listen to KVRX with the click of a button! | 
| Dimensione del File | 336 KB | 
| Conteggio Installazioni | 173 | 
| Versione Corrente | 0.0.5 | 
| Ultimo Aggiornamento | 2016-09-16 | 
| Data di Pubblicazione | 2016-09-16 | 
| Valutazione | 4.25/5 Totale 8 Valutazioni | 
| Sviluppatore | Ian Mobbs | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://www.ianmobbs.com/projects/6/ | 
| URL della Pagina di Aiuto | http://www.ianmobbs.com/projects/6/ | 
| Lingue Supportate | 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"
        ]
    }
} | |