KVRX Livestream
Listen to KVRX with the click of a button!
O que é KVRX Livestream?
KVRX Livestream é uma extensão do Chrome desenvolvida por Ian Mobbs, e sua principal característica é "Listen to KVRX with the click of a button!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KVRX Livestream
Baixe arquivos de extensão KVRX Livestream no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | KVRX Livestream |
ID | oebohfmoakpighofinngopmedfmdbpdh |
URL Oficial | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh |
Descrição | Listen to KVRX with the click of a button! |
Tamanho do Arquivo | 336 KB |
Contagem de Instalações | 173 |
Versão Atual | 0.0.5 |
Última Atualização | 2016-09-16 |
Data de Publicação | 2016-09-16 |
Classificação | 4.25/5 Total de 8 Avaliações |
Desenvolvedor | Ian Mobbs |
Tipo de Pagamento | free |
Site da Extensão | http://www.ianmobbs.com/projects/6/ |
URL da Página de Ajuda | http://www.ianmobbs.com/projects/6/ |
Idiomas Suportados | 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" ] } } |