Online Radio

All your favorite radio stations in one extension.

什么是Online Radio?

Online Radio是由http://isansar.com开发的Chrome扩展程序,该扩展的主要功能是“All your favorite radio stations in one extension.”。

扩展截图

screenshot

下载Online Radio扩展crx文件

下载Online Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Nepali Online Radio Google Extension. 
Which will allow you to Listen it Directly to Your Google Chrome Browser.

Comment And Feedbacks Are Highly Appreciated

Thank you !
Rup Gautam                    

扩展基本信息

名称 Online Radio Online Radio
ID dkchgidhiakomnncnkkhocofcaidicce
官方URL https://chrome.google.com/webstore/detail/online-radio/dkchgidhiakomnncnkkhocofcaidicce
简介 All your favorite radio stations in one extension.
文件大小 591 KB
安装次数 450
当前版本 1.4.16
更新时间 2013-12-09
上架时间 2013-12-09
评分 3.50/5 共4次评分
开发者 http://isansar.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.4.16",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "notifications",
        "webRequest",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icons\/38.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/anonym-tsk.github.io\/chrome-online-radio\/*"
            ],
            "js": [
                "js\/proxy.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/hotkey.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/HtmlPlayer.js",
            "js\/FlashPlayer.js",
            "js\/AudioPlayer.js",
            "js\/DataStorage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icons\/38.png",
            "19": "icons\/19.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "128": "icons\/icon.png",
        "48": "icons\/48.png",
        "38": "icons\/48.png",
        "19": "icons\/19.png",
        "16": "icons\/16.png"
    },
    "options_page": "options.html"
}