KVRX Livestream

Listen to KVRX with the click of a button!

Co je KVRX Livestream?

KVRX Livestream je rozšíření Chrome vyvinuté Ian Mobbs, a jeho hlavní funkcí je „Listen to KVRX with the click of a button!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření KVRX Livestream

Stáhněte si soubory rozšíření KVRX Livestream ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název KVRX Livestream KVRX Livestream
ID oebohfmoakpighofinngopmedfmdbpdh
Oficiální URL https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh
Popis Listen to KVRX with the click of a button!
Velikost souboru 336 KB
Počet instalací 173
Aktuální Verze 0.0.5
Poslední Aktualizace 2016-09-16
Datum Vydání 2016-09-16
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář Ian Mobbs
Typ Platby free
Webové stránky Rozšíření http://www.ianmobbs.com/projects/6/
URL Stránky Nápovědy http://www.ianmobbs.com/projects/6/
Podporované Jazyky 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"
        ]
    }
}