Deezer Next

This extension hooks into Deezer to play a random track from one of your favourite artists.

O que é Deezer Next?

Deezer Next é uma extensão do Chrome desenvolvida por Jason Higgins, e sua principal característica é "This extension hooks into Deezer to play a random track from one of your favourite artists.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Deezer Next

Baixe arquivos de extensão Deezer Next 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

                        By setting a Deezer User ID, this extension enables a proper shuffle feature across all favourited artists. Deezer also has a service called Flow, which is similar, but I found that it was very weighted for my tastes, as I would be listening to the same 30 songs over and over. Using this extension will provide a button in the URL bar for the Deezer website that you can click to shuffle. The extension is not limited to your own personal User ID. If you want to shuffle based on someone else's musical tastes, plug in their User ID instead! Be sure to set the User ID in the extension options before shuffling, or else you will be listening to the default user, which is myself. :)                    

Informações Básicas da Extensão

Nome Deezer Next Deezer Next
ID aebjoamelfhnpnihhbideihgpbhlmbag
URL Oficial https://chrome.google.com/webstore/detail/deezer-next/aebjoamelfhnpnihhbideihgpbhlmbag
Descrição This extension hooks into Deezer to play a random track from one of your favourite artists.
Tamanho do Arquivo 108 KB
Contagem de Instalações 225
Versão Atual 1.1
Última Atualização 2015-02-17
Data de Publicação 2015-02-17
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor Jason Higgins
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deezer Next",
    "description": "This extension hooks into Deezer to play a random track from one of your favourite artists.",
    "version": "1.1",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "DeezerNext16.png",
        "48": "DeezerNext48.png",
        "128": "DeezerNext128.png"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_icon": "DeezerNext19.png",
        "default_title": "Next!"
    }
}