DiFmShuffle

Allows you to shuffle between stations at di.fm

Co to jest DiFmShuffle?

DiFmShuffle to rozszerzenie Chrome opracowane przez Hebron George, a jego główną funkcją jest „Allows you to shuffle between stations at di.fm”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DiFmShuffle

Pobierz pliki rozszerzeń DiFmShuffle 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

                        Have you ever wanted to play a random station on Digitally Imported? Well, now you have a convenient button to do it for you!

Version 1.3:
 - Functional again!
 - Now accounting for di.fm's renamed web player and channel structure

Version 1.2:
 - Fixed to work on the new Digitally Imported site
 - Shuffle works along with the persistent player
 - Many thanks to @luqmaan

Version 1.1:
 - Fixed bug where "Shuffle Channel" was over lapped by the log-in/sign-up buttons. Renamed button to "Shuffle".                    

Podstawowe informacje o rozszerzeniu

Nazwa DiFmShuffle DiFmShuffle
ID lajekjgijdmpgdmogodpedkobhhmkgdj
Oficjalny URL https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj
Opis Allows you to shuffle between stations at di.fm
Rozmiar pliku 1.12 MB
Liczba instalacji 23
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-04-22
Data Publikacji 2017-04-22
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Hebron George
Typ Płatności free
Strona Rozszerzenia https://github.com/hebron-george/DiFmShuffle
Adres URL Strony Pomocy https://github.com/hebron-george/DiFmShuffle
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DiFmShuffle",
    "description": "Allows you to shuffle between stations at di.fm",
    "version": "1.3",
    "permissions": [
        "http:\/\/di.fm\/*",
        "https:\/\/di.fm\/*",
        "http:\/\/www.di.fm\/*",
        "https:\/\/www.di.fm\/*"
    ],
    "web_accessible_resources": [
        "injectButton.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.di.fm\/*",
                "https:\/\/www.di.fm\/*",
                "http:\/\/di.fm\/*",
                "https:\/\/di.fm\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}