DiFmShuffle

Allows you to shuffle between stations at di.fm

Qu'est-ce que DiFmShuffle ?

DiFmShuffle est une extension Chrome développée par Hebron George, et sa fonction principale est "Allows you to shuffle between stations at di.fm".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DiFmShuffle

Téléchargez les fichiers d'extension DiFmShuffle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom DiFmShuffle DiFmShuffle
ID lajekjgijdmpgdmogodpedkobhhmkgdj
URL Officiel https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj
Description Allows you to shuffle between stations at di.fm
Taille du Fichier 1.12 MB
Nombre d'Installations 23
Version Actuelle 1.3
Dernière Mise à Jour 2017-04-22
Date de Publication 2017-04-22
Évaluation 4.00/5 Total 4 Évaluations
Développeur Hebron George
Type de Paiement free
Site Web de l'Extension https://github.com/hebron-george/DiFmShuffle
URL de la Page d'Aide https://github.com/hebron-george/DiFmShuffle
Langues Prises en Charge 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"
        }
    ]
}