OhMyRadio

Online Radio Player!

What is OhMyRadio?

OhMyRadio is a Chrome extension developed by Vishal Telangre, and its main feature is "Online Radio Player!".

Extension Screenshots

screenshot

Download OhMyRadio Extension CRX File

Download OhMyRadio 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

                        A lightweight extension to play online radio stations while doing work!                    

Extension Basic Information

Name OhMyRadio OhMyRadio
ID mahcbjpopcainjkjlfpgdbmifboeefap
Official URL https://chromewebstore.google.com/detail/ohmyradio/mahcbjpopcainjkjlfpgdbmifboeefap
Description Online Radio Player!
File Size 99.75 KB
Installation Count 151
Current Version 0.0.1
Last Updated 2013-12-25
Publish Date 2013-12-25
Rating 4.50/5 Total 2 Ratings
Developer Vishal Telangre
Payment Type free
Extension Website https://github.com/vishaltelangre/OhMyRadio
Help Page URL https://github.com/vishaltelangre/OhMyRadio
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OhMyRadio",
    "description": "Online Radio Player!",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/libs\/soundmanager2.js",
            "js\/OhMyRadio.js",
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/vishaltelangre.com\/"
    ]
}