Rdio Play All

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

What is Rdio Play All?

Rdio Play All is a Chrome extension developed by https://rdiolyrics.com, and its main feature is "Play all songs from artist. You can play all popular songs from artists.".

Extension Screenshots

screenshot
screenshot

Download Rdio Play All Extension CRX File

Download Rdio Play All 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

                        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.                    

Extension Basic Information

Name Rdio Play All Rdio Play All
ID gfekijbgjkmeecpceiolcaeeebeailel
Official URL https://chromewebstore.google.com/detail/rdio-play-all/gfekijbgjkmeecpceiolcaeeebeailel
Description Play all songs from artist. You can play all popular songs from artists.
File Size 41.32 KB
Installation Count 38
Current Version 0.1.1
Last Updated 2015-01-21
Publish Date 2015-01-21
Rating 3.50/5 Total 2 Ratings
Developer https://rdiolyrics.com
Payment Type free
Extension Website http://rdiolyrics.com/play-all/
Supported Languages 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"
            ]
        }
    ]
}