radyo RUN ON AIR
This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO
什麼是radyo RUN ON AIR?
radyo RUN ON AIR是由https://runonair.net開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO”。
擴展截圖
下載radyo RUN ON AIR擴展crx文件
下載radyo RUN ON AIR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple application for specially streaming Radio RUN ON AIR from Istanbul in the background. 擴展基本資訊
| 名稱 | |
| ID | nohfgcakhmglbacochekmibmkcekjmaf |
| 官方網址 | https://chromewebstore.google.com/detail/radyo-run-on-air/nohfgcakhmglbacochekmibmkcekjmaf |
| 簡介 | This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO |
| 檔案大小 | 146 KB |
| 安裝次數 | 28 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2021-03-01 |
| 上架時間 | 2020-04-27 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | https://runonair.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://runonair.net |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "radyo RUN ON AIR",
"version": "1.1.0",
"manifest_version": 2,
"description": "This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO",
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon-play.png"
},
"default_title": "radyo RUN ON AIR GB"
},
"background": {
"scripts": [
"scripts\/soundmanager2.js",
"scripts\/background.js"
]
}
} | |