Rdio Play All

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

Cos'è Rdio Play All?

Rdio Play All è un'estensione di Chrome sviluppata da https://rdiolyrics.com, e la sua funzione principale è "Play all songs from artist. You can play all popular songs from artists.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rdio Play All

Scarica i file di estensione Rdio Play All 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Rdio Play All Rdio Play All
ID gfekijbgjkmeecpceiolcaeeebeailel
URL Ufficiale https://chromewebstore.google.com/detail/rdio-play-all/gfekijbgjkmeecpceiolcaeeebeailel
Descrizione Play all songs from artist. You can play all popular songs from artists.
Dimensione del File 41.32 KB
Conteggio Installazioni 38
Versione Corrente 0.1.1
Ultimo Aggiornamento 2015-01-21
Data di Pubblicazione 2015-01-21
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://rdiolyrics.com
Tipo di Pagamento free
Sito Web dell'Estensione http://rdiolyrics.com/play-all/
Lingue Supportate 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"
            ]
        }
    ]
}