Om Radio
Escucha Om Radio desde Google Chrome
什么是Om Radio?
Om Radio是由https://www.omradio.com.ar开发的Chrome扩展程序,该扩展的主要功能是“Escucha Om Radio desde Google Chrome”。
扩展截图
下载Om Radio扩展crx文件
下载Om Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Escuchá Om Radio, la radio de San Clemente del Tuyú.
Ahora también podes ver nuestra transmisión de Om Radio Multimedia 扩展基本信息
| 名称 | |
| ID | gbmbcgafidlpijijcfekgbemghmdkhnf |
| 官方URL | https://chromewebstore.google.com/detail/om-radio/gbmbcgafidlpijijcfekgbemghmdkhnf |
| 简介 | Escucha Om Radio desde Google Chrome |
| 文件大小 | 24.6 KB |
| 安装次数 | 15 |
| 当前版本 | 5.6 |
| 更新时间 | 2018-12-16 |
| 上架时间 | 2018-12-15 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://www.omradio.com.ar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.omradio.com.ar/ |
| 支持的语言 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Om Radio",
"version": "5.6",
"description": "Escucha Om Radio desde Google Chrome",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"idle"
],
"browser_action": {
"default_icon": "sample-19.png"
},
"icons": {
"16": "sample-16.png",
"48": "sample-48.png",
"128": "sample-128.png"
},
"manifest_version": 2
} | |