OhMyRadio
Online Radio Player!
什么是OhMyRadio?
OhMyRadio是由Vishal Telangre开发的Chrome扩展程序,该扩展的主要功能是“Online Radio Player!”。
扩展截图
下载OhMyRadio扩展crx文件
下载OhMyRadio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A lightweight extension to play online radio stations while doing work!
扩展基本信息
名称 | OhMyRadio |
ID | mahcbjpopcainjkjlfpgdbmifboeefap |
官方URL | https://chromewebstore.google.com/detail/ohmyradio/mahcbjpopcainjkjlfpgdbmifboeefap |
简介 | Online Radio Player! |
文件大小 | 99.75 KB |
安装次数 | 151 |
当前版本 | 0.0.1 |
更新时间 | 2013-12-25 |
上架时间 | 2013-12-25 |
评分 | 4.50/5 共2次评分 |
开发者 | Vishal Telangre |
付费类型 | free |
扩展官网 | https://github.com/vishaltelangre/OhMyRadio |
帮助页面URL | https://github.com/vishaltelangre/OhMyRadio |
支持的语言 | 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\/" ] } |