DiFmShuffle

Allows you to shuffle between stations at di.fm

O que é DiFmShuffle?

DiFmShuffle é uma extensão do Chrome desenvolvida por Hebron George, e sua principal característica é "Allows you to shuffle between stations at di.fm".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DiFmShuffle

Baixe arquivos de extensão DiFmShuffle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome DiFmShuffle DiFmShuffle
ID lajekjgijdmpgdmogodpedkobhhmkgdj
URL Oficial https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj
Descrição Allows you to shuffle between stations at di.fm
Tamanho do Arquivo 1.12 MB
Contagem de Instalações 23
Versão Atual 1.3
Última Atualização 2017-04-22
Data de Publicação 2017-04-22
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Hebron George
Tipo de Pagamento free
Site da Extensão https://github.com/hebron-george/DiFmShuffle
URL da Página de Ajuda https://github.com/hebron-george/DiFmShuffle
Idiomas Suportados 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"
        }
    ]
}