Radio KPI Player

Chrome Extension for listening radio stream from rkpi.me

What is Radio KPI Player?

Radio KPI Player is a Chrome extension developed by evgeniy.baranuk, and its main feature is "Chrome Extension for listening radio stream from rkpi.me".

Extension Screenshots

screenshot

Download Radio KPI Player Extension CRX File

Download Radio KPI Player 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

                                            

Extension Basic Information

Name Radio KPI Player Radio KPI Player
ID lcoindilhehhoglnjkbeccnfjhcfjlnp
Official URL https://chromewebstore.google.com/detail/radio-kpi-player/lcoindilhehhoglnjkbeccnfjhcfjlnp
Description Chrome Extension for listening radio stream from rkpi.me
File Size 845 KB
Installation Count 14
Current Version 1.1.0
Last Updated 2015-11-19
Publish Date 2015-11-19
Rating 5.00/5 Total 6 Ratings
Developer evgeniy.baranuk
Payment Type free
Extension Website http://rkpi.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Radio KPI Player",
    "description": "Chrome Extension for listening radio stream from rkpi.me",
    "version": "1.1.0",
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png",
        "64": "img\/logo_64.png",
        "128": "img\/logo_128.png"
    },
    "background": {
        "scripts": [
            "bower\/buzz\/dist\/buzz.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/logo_19.png",
        "default_popup": "popup.html",
        "default_title": "Radio KPI Player"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}