KVRX Livestream
Listen to KVRX with the click of a button!
Что такое KVRX Livestream?
KVRX Livestream - это расширение Chrome, разработанное Ian Mobbs, и его основная функция - "Listen to KVRX with the click of a button!".
Снимки экрана расширения
Скачать файл CRX расширения KVRX Livestream
Скачайте файлы расширений KVRX Livestream в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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.                     Основная информация о расширении
| Название |  | 
| ID | oebohfmoakpighofinngopmedfmdbpdh | 
| Официальный URL | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh | 
| Описание | Listen to KVRX with the click of a button! | 
| Размер файла | 336 KB | 
| Количество установок | 173 | 
| Текущая Версия | 0.0.5 | 
| Последнее Обновление | 2016-09-16 | 
| Дата публикации | 2016-09-16 | 
| Рейтинг | 4.25/5 Всего 8 оценок | 
| Разработчик | Ian Mobbs | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://www.ianmobbs.com/projects/6/ | 
| URL страницы помощи | http://www.ianmobbs.com/projects/6/ | 
| Поддерживаемые языки | 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"
        ]
    }
} | |