nRadio Player
Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout
什么是nRadio Player?
nRadio Player是由https://nradio.online开发的Chrome扩展程序,该扩展的主要功能是“Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout”。
扩展截图
下载nRadio Player扩展crx文件
下载nRadio Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple radio player for nRadio.
nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Trap, Chillout
Site: http://nradio.online 扩展基本信息
| 名称 | |
| ID | gfjinllbgbgfcnphdechainikpikphbh |
| 官方URL | https://chromewebstore.google.com/detail/nradio-player/gfjinllbgbgfcnphdechainikpikphbh |
| 简介 | Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout |
| 文件大小 | 183 KB |
| 安装次数 | 173 |
| 当前版本 | 2.1 |
| 更新时间 | 2018-06-30 |
| 上架时间 | 2018-06-30 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://nradio.online |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://nradio.online |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "nRadio Player",
"short_name": "nRadio",
"version": "2.1",
"manifest_version": 2,
"author": "spont4e",
"description": "Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout",
"homepage_url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/nradio-player\/",
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0",
"update_url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/nradio-player\/"
},
"icons": {
"48": "img\/nRadio-48.png",
"64": "img\/nRadio-64.png",
"128": "img\/nRadio-128.png"
},
"browser_action": {
"default_icon": "img\/nRadio-64.png",
"default_title": "nRadio Player",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [],
"page": "background\/background.html"
}
} | |