Orange Radio Player

A free access to thousands of internet radio stations and shows.

O que é Orange Radio Player?

Orange Radio Player é uma extensão do Chrome desenvolvida por elisavisio, e sua principal característica é "A free access to thousands of internet radio stations and shows.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Orange Radio Player

Baixe arquivos de extensão Orange Radio Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Discover Orange's local selection, manage your favourites and bounce on music on demand services with a unique experience.                    

Informações Básicas da Extensão

Nome Orange Radio Player Orange Radio Player
ID ikjkjlobhdkepekokkjdhlmjhgieeddb
URL Oficial https://chrome.google.com/webstore/detail/orange-radio-player/ikjkjlobhdkepekokkjdhlmjhgieeddb
Descrição A free access to thousands of internet radio stations and shows.
Tamanho do Arquivo 115 KB
Contagem de Instalações 450
Versão Atual 0.7
Última Atualização 2015-05-06
Data de Publicação 2015-05-06
Classificação 4.41/5 Total de 22 Avaliações
Desenvolvedor elisavisio
Tipo de Pagamento free
Site da Extensão http://www.radio.orange.com
Idiomas Suportados 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"
}