KVRX Livestream

Listen to KVRX with the click of a button!

什么是KVRX Livestream?

KVRX Livestream是由Ian Mobbs开发的Chrome扩展程序,该扩展的主要功能是“Listen to KVRX with the click of a button!”。

扩展截图

screenshot

下载KVRX Livestream扩展crx文件

下载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.                    

扩展基本信息

名称 KVRX Livestream KVRX Livestream
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"
        ]
    }
}