Rdio Play All

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

Rdio Play All क्या है?

Rdio Play All https://rdiolyrics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play all songs from artist. You can play all popular songs from artists."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rdio Play All एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Rdio Play All Rdio Play All
ID gfekijbgjkmeecpceiolcaeeebeailel
आधिकारिक URL https://chromewebstore.google.com/detail/rdio-play-all/gfekijbgjkmeecpceiolcaeeebeailel
विवरण Play all songs from artist. You can play all popular songs from artists.
फ़ाइल का आकार 41.32 KB
स्थापना संख्या 38
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2015-01-21
प्रकाशन तिथि 2015-01-21
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर https://rdiolyrics.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rdiolyrics.com/play-all/
समर्थित भाषाएँ 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"
            ]
        }
    ]
}