Deezer Next
This extension hooks into Deezer to play a random track from one of your favourite artists.
Τι είναι το Deezer Next;
Το Deezer Next είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jason Higgins, και η κύρια λειτουργία του είναι "This extension hooks into Deezer to play a random track from one of your favourite artists.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Deezer Next
Λήψη αρχείων επέκτασης Deezer Next σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aebjoamelfhnpnihhbideihgpbhlmbag |
Επίσημο URL | https://chrome.google.com/webstore/detail/deezer-next/aebjoamelfhnpnihhbideihgpbhlmbag |
Περιγραφή | This extension hooks into Deezer to play a random track from one of your favourite artists. |
Μέγεθος Αρχείου | 108 KB |
Αριθμός Εγκαταστάσεων | 225 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2015-02-17 |
Ημερομηνία Δημοσίευσης | 2015-02-17 |
Αξιολόγηση | 3.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Jason Higgins |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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!" } } |