radyo RUN ON AIR
This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO
Cos'è radyo RUN ON AIR?
radyo RUN ON AIR è un'estensione di Chrome sviluppata da https://runonair.net, e la sua funzione principale è "This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione radyo RUN ON AIR
Scarica i file di estensione radyo RUN ON AIR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple application for specially streaming Radio RUN ON AIR from Istanbul in the background.
Informazioni di Base sull'Estensione
Nome | radyo RUN ON AIR |
ID | nohfgcakhmglbacochekmibmkcekjmaf |
URL Ufficiale | https://chromewebstore.google.com/detail/radyo-run-on-air/nohfgcakhmglbacochekmibmkcekjmaf |
Descrizione | This extension lets you start and control the radio RUN ON AIR live stream from RADIO.CO |
Dimensione del File | 146 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-03-01 |
Data di Pubblicazione | 2020-04-27 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://runonair.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://runonair.net |
Lingue Supportate | 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" ] } } |