Deezer Next
This extension hooks into Deezer to play a random track from one of your favourite artists.
Qu'est-ce que Deezer Next ?
Deezer Next est une extension Chrome développée par Jason Higgins, et sa fonction principale est "This extension hooks into Deezer to play a random track from one of your favourite artists.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Deezer Next
Téléchargez les fichiers d'extension Deezer Next 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
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. :)
Informations de Base sur l'Extension
Nom | |
ID | aebjoamelfhnpnihhbideihgpbhlmbag |
URL Officiel | https://chrome.google.com/webstore/detail/deezer-next/aebjoamelfhnpnihhbideihgpbhlmbag |
Description | This extension hooks into Deezer to play a random track from one of your favourite artists. |
Taille du Fichier | 108 KB |
Nombre d'Installations | 225 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-02-17 |
Date de Publication | 2015-02-17 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | Jason Higgins |
Type de Paiement | free |
Langues Prises en Charge | 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!" } } |