KVRX Livestream

Listen to KVRX with the click of a button!

Vad är KVRX Livestream?

KVRX Livestream är en Chrome-tillägg utvecklad av Ian Mobbs, och dess huvudfunktion är "Listen to KVRX with the click of a button!".

Tilläggsskärmbilder

screenshot

Ladda ner KVRX Livestream-förlängningens CRX-fil

Ladda ner KVRX Livestream-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn KVRX Livestream KVRX Livestream
ID oebohfmoakpighofinngopmedfmdbpdh
Officiell webbadress https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh
Beskrivning Listen to KVRX with the click of a button!
Filstorlek 336 KB
Antal Installationer 173
Aktuell Version 0.0.5
Senast Uppdaterad 2016-09-16
Publiceringsdatum 2016-09-16
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare Ian Mobbs
Betalningssätt free
Tilläggswebbplats http://www.ianmobbs.com/projects/6/
Hjälpsida URL http://www.ianmobbs.com/projects/6/
Stödda Språk 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"
        ]
    }
}