Chrome Radio Player
Listen online radio stations
什么是Chrome Radio Player?
Chrome Radio Player是由https://www.armblog.net开发的Chrome扩展程序,该扩展的主要功能是“Listen online radio stations”。
扩展截图
下载Chrome Radio Player扩展crx文件
下载Chrome Radio Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Listen Armenian and Russian favorite radio stations online. 扩展基本信息
| 名称 | |
| ID | lkikidpclhfnegmhcgklioclbijpleoj |
| 官方URL | https://chromewebstore.google.com/detail/chrome-radio-player/lkikidpclhfnegmhcgklioclbijpleoj |
| 简介 | Listen online radio stations |
| 文件大小 | 1.86 MB |
| 安装次数 | 8,058 |
| 当前版本 | 5.6 |
| 更新时间 | 2020-07-03 |
| 上架时间 | 2020-07-03 |
| 评分 | 4.35/5 共116次评分 |
| 开发者 | https://www.armblog.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://armblog.net |
| 帮助页面URL | https://armblog.net |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Radio Player",
"background": {
"page": "background.html"
},
"description": "Listen online radio stations",
"version": "5.6",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |