Orange Radio Player
A free access to thousands of internet radio stations and shows.
Cos'è Orange Radio Player?
Orange Radio Player è un'estensione di Chrome sviluppata da elisavisio, e la sua funzione principale è "A free access to thousands of internet radio stations and shows.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Orange Radio Player
Scarica i file di estensione Orange Radio Player 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
Discover Orange's local selection, manage your favourites and bounce on music on demand services with a unique experience.
Informazioni di Base sull'Estensione
Nome | |
ID | ikjkjlobhdkepekokkjdhlmjhgieeddb |
URL Ufficiale | https://chrome.google.com/webstore/detail/orange-radio-player/ikjkjlobhdkepekokkjdhlmjhgieeddb |
Descrizione | A free access to thousands of internet radio stations and shows. |
Dimensione del File | 115 KB |
Conteggio Installazioni | 450 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2015-05-06 |
Data di Pubblicazione | 2015-05-06 |
Valutazione | 4.41/5 Totale 22 Valutazioni |
Sviluppatore | elisavisio |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.radio.orange.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "libs\/audiolib_0.9.0_dev.min.js", "libs\/ohincludeplayer_0.9.0_dev.min.js", "background.js" ] }, "browser_action": { "default_icon": "assets\/icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "description": "A free access to thousands of internet radio stations and shows.", "manifest_version": 2, "name": "Orange Radio Player", "version": "0.7" } |