KVRX Livestream
Listen to KVRX with the click of a button!
Co to jest KVRX Livestream?
KVRX Livestream to rozszerzenie Chrome opracowane przez Ian Mobbs, a jego główną funkcją jest „Listen to KVRX with the click of a button!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KVRX Livestream
Pobierz pliki rozszerzeń KVRX Livestream w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | oebohfmoakpighofinngopmedfmdbpdh | 
| Oficjalny URL | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh | 
| Opis | Listen to KVRX with the click of a button! | 
| Rozmiar pliku | 336 KB | 
| Liczba instalacji | 173 | 
| Aktualna Wersja | 0.0.5 | 
| Ostatnia Aktualizacja | 2016-09-16 | 
| Data Publikacji | 2016-09-16 | 
| Ocena | 4.25/5 Łącznie 8 Oceny | 
| Deweloper | Ian Mobbs | 
| Typ Płatności | free | 
| Strona Rozszerzenia | http://www.ianmobbs.com/projects/6/ | 
| Adres URL Strony Pomocy | http://www.ianmobbs.com/projects/6/ | 
| Obsługiwane Języki | 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"
        ]
    }
} | |