eRadio Web Extension
Easily add stations to eRadio
什么是eRadio Web Extension?
eRadio Web Extension是由George Sofianos开发的Chrome扩展程序,该扩展的主要功能是“Easily add stations to eRadio”。
扩展截图
下载eRadio Web Extension扩展crx文件
下载eRadio Web Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
eRadio Web Extension allows you to add stations easily from TuneIn page with a press of a button. 扩展基本信息
| 名称 | |
| ID | hfcmlafjdledobfkeadflgldbhfbljan |
| 官方URL | https://chromewebstore.google.com/detail/eradio-web-extension/hfcmlafjdledobfkeadflgldbhfbljan |
| 简介 | Easily add stations to eRadio |
| 文件大小 | 42.02 KB |
| 安装次数 | 45 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-11-02 |
| 上架时间 | 2016-11-02 |
| 开发者 | George Sofianos |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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:\/\/*\/"
]
} | |