Orange Radio Player
A free access to thousands of internet radio stations and shows.
What is Orange Radio Player?
Orange Radio Player is a Chrome extension developed by elisavisio, and its main feature is "A free access to thousands of internet radio stations and shows.".
Extension Screenshots
Download Orange Radio Player Extension CRX File
Download Orange Radio Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Discover Orange's local selection, manage your favourites and bounce on music on demand services with a unique experience.
Extension Basic Information
Name | |
ID | ikjkjlobhdkepekokkjdhlmjhgieeddb |
Official URL | https://chrome.google.com/webstore/detail/orange-radio-player/ikjkjlobhdkepekokkjdhlmjhgieeddb |
Description | A free access to thousands of internet radio stations and shows. |
File Size | 115 KB |
Installation Count | 450 |
Current Version | 0.7 |
Last Updated | 2015-05-06 |
Publish Date | 2015-05-06 |
Rating | 4.41/5 Total 22 Ratings |
Developer | elisavisio |
Payment Type | free |
Extension Website | http://www.radio.orange.com |
Supported Languages | 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" } |