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 là gì?
radyo RUN ON AIR là một tiện ích mở rộng Chrome được phát triển bởi https://runonair.net, và tính năng chính của nó là "This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng radyo RUN ON AIR
Tải xuống các tệp mở rộng radyo RUN ON AIR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Simple application for specially streaming Radio RUN ON AIR from Istanbul in the background.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | radyo RUN ON AIR |
ID | nohfgcakhmglbacochekmibmkcekjmaf |
URL Chính Thức | https://chromewebstore.google.com/detail/radyo-run-on-air/nohfgcakhmglbacochekmibmkcekjmaf |
Mô tả | This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO |
Kích Thước Tệp | 146 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-03-01 |
Ngày Phát Hành | 2020-04-27 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://runonair.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://runonair.net |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |