Deezer Next
This extension hooks into Deezer to play a random track from one of your favourite artists.
¿Qué es Deezer Next?
Deezer Next es una extensión de Chrome desarrollada por Jason Higgins, y su función principal es "This extension hooks into Deezer to play a random track from one of your favourite artists.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Deezer Next
Descarga archivos de extensión Deezer Next en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. :)
Información Básica de la Extensión
Nombre | |
ID | aebjoamelfhnpnihhbideihgpbhlmbag |
URL Oficial | https://chrome.google.com/webstore/detail/deezer-next/aebjoamelfhnpnihhbideihgpbhlmbag |
Descripción | This extension hooks into Deezer to play a random track from one of your favourite artists. |
Tamaño del Archivo | 108 KB |
Cantidad de Instalaciones | 225 |
Versión Actual | 1.1 |
Última Actualización | 2015-02-17 |
Fecha de Publicación | 2015-02-17 |
Calificación | 3.86/5 Total de 7 Calificaciones |
Desarrollador | Jason Higgins |
Tipo de Pago | free |
Idiomas Soportados | 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!" } } |