eRadio Web Extension

Easily add stations to eRadio

What is eRadio Web Extension?

eRadio Web Extension is a Chrome extension developed by George Sofianos, and its main feature is "Easily add stations to eRadio".

Extension Screenshots

screenshot

Download eRadio Web Extension Extension CRX File

Download eRadio Web Extension 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

                        eRadio Web Extension allows you to add stations easily from TuneIn page with a press of a button.                    

Extension Basic Information

Name eRadio Web Extension eRadio Web Extension
ID hfcmlafjdledobfkeadflgldbhfbljan
Official URL https://chromewebstore.google.com/detail/eradio-web-extension/hfcmlafjdledobfkeadflgldbhfbljan
Description Easily add stations to eRadio
File Size 42.02 KB
Installation Count 45
Current Version 0.1
Last Updated 2016-11-02
Publish Date 2016-11-02
Developer George Sofianos
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eRadio Web Extension",
    "version": "0.1",
    "description": "Easily add stations to eRadio",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tunein.com\/*"
            ],
            "js": [
                "libs\/jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/"
    ]
}