DiFmShuffle

Allows you to shuffle between stations at di.fm

Wat is DiFmShuffle?

DiFmShuffle is een Chrome-extensie ontwikkeld door Hebron George, en de belangrijkste functie is "Allows you to shuffle between stations at di.fm".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DiFmShuffle

Download DiFmShuffle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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".                    

Basisinformatie over de Extensie

Naam DiFmShuffle DiFmShuffle
ID lajekjgijdmpgdmogodpedkobhhmkgdj
Officiële URL https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj
Beschrijving Allows you to shuffle between stations at di.fm
Bestandsgrootte 1.12 MB
Aantal Installaties 23
Huidige Versie 1.3
Laatst Bijgewerkt 2017-04-22
Publicatiedatum 2017-04-22
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Hebron George
Betalingswijze free
Extensiewebsite https://github.com/hebron-george/DiFmShuffle
Help Pagina-URL https://github.com/hebron-george/DiFmShuffle
Ondersteunde Talen 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"
        }
    ]
}