Rdio Play All

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

Co to jest Rdio Play All?

Rdio Play All to rozszerzenie Chrome opracowane przez https://rdiolyrics.com, a jego główną funkcją jest „Play all songs from artist. You can play all popular songs from artists.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Rdio Play All

Pobierz pliki rozszerzeń Rdio Play All w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rdio Play All Rdio Play All
ID gfekijbgjkmeecpceiolcaeeebeailel
Oficjalny URL https://chromewebstore.google.com/detail/rdio-play-all/gfekijbgjkmeecpceiolcaeeebeailel
Opis Play all songs from artist. You can play all popular songs from artists.
Rozmiar pliku 41.32 KB
Liczba instalacji 38
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2015-01-21
Data Publikacji 2015-01-21
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper https://rdiolyrics.com
Typ Płatności free
Strona Rozszerzenia http://rdiolyrics.com/play-all/
Obsługiwane Języki 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"
            ]
        }
    ]
}