Rdio Play All

Play all songs from artist. You can play all popular songs from artists.

O que é Rdio Play All?

Rdio Play All é uma extensão do Chrome desenvolvida por https://rdiolyrics.com, e sua principal característica é "Play all songs from artist. You can play all popular songs from artists.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Rdio Play All

Baixe arquivos de extensão Rdio Play All 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

                        With this extension you can play all songs from artist's Songs page. You can play songs by popularity. =)

Release notes:
0.1.1:
Now works over https.                    

Informações Básicas da Extensão

Nome Rdio Play All Rdio Play All
ID gfekijbgjkmeecpceiolcaeeebeailel
URL Oficial https://chromewebstore.google.com/detail/rdio-play-all/gfekijbgjkmeecpceiolcaeeebeailel
Descrição Play all songs from artist. You can play all popular songs from artists.
Tamanho do Arquivo 41.32 KB
Contagem de Instalações 38
Versão Atual 0.1.1
Última Atualização 2015-01-21
Data de Publicação 2015-01-21
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor https://rdiolyrics.com
Tipo de Pagamento free
Site da Extensão http://rdiolyrics.com/play-all/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rdio Play All",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Play all songs from artist. You can play all popular songs from artists.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.rdio.com\/*"
            ],
            "js": [
                "jquery.js",
                "rdiolyrics.js"
            ]
        }
    ]
}