Orange Radio Player
A free access to thousands of internet radio stations and shows.
Что такое Orange Radio Player?
Orange Radio Player - это расширение Chrome, разработанное elisavisio, и его основная функция - "A free access to thousands of internet radio stations and shows.".
Снимки экрана расширения
Скачать файл CRX расширения Orange Radio Player
Скачайте файлы расширений Orange Radio Player в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Discover Orange's local selection, manage your favourites and bounce on music on demand services with a unique experience.
Основная информация о расширении
Название | |
ID | ikjkjlobhdkepekokkjdhlmjhgieeddb |
Официальный URL | https://chrome.google.com/webstore/detail/orange-radio-player/ikjkjlobhdkepekokkjdhlmjhgieeddb |
Описание | A free access to thousands of internet radio stations and shows. |
Размер файла | 115 KB |
Количество установок | 450 |
Текущая Версия | 0.7 |
Последнее Обновление | 2015-05-06 |
Дата публикации | 2015-05-06 |
Рейтинг | 4.41/5 Всего 22 оценок |
Разработчик | elisavisio |
Тип оплаты | free |
Официальный сайт расширения | http://www.radio.orange.com |
Поддерживаемые языки | 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" } |