KVRX Livestream
Listen to KVRX with the click of a button!
What is KVRX Livestream?
KVRX Livestream is a Chrome extension developed by Ian Mobbs, and its main feature is "Listen to KVRX with the click of a button!".
Extension Screenshots
Download KVRX Livestream Extension CRX File
Download KVRX Livestream extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | KVRX Livestream |
ID | oebohfmoakpighofinngopmedfmdbpdh |
Official URL | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh |
Description | Listen to KVRX with the click of a button! |
File Size | 336 KB |
Installation Count | 173 |
Current Version | 0.0.5 |
Last Updated | 2016-09-16 |
Publish Date | 2016-09-16 |
Rating | 4.25/5 Total 8 Ratings |
Developer | Ian Mobbs |
Payment Type | free |
Extension Website | http://www.ianmobbs.com/projects/6/ |
Help Page URL | http://www.ianmobbs.com/projects/6/ |
Supported Languages | 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" ] } } |