Last.fm
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…
Qu'est-ce que Last.fm ?
Last.fm est une extension Chrome développée par redhead, et sa fonction principale est "Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Last.fm
Téléchargez les fichiers d'extension Last.fm 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
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks, upcoming events and top artists. Notifies you about upcoming events by changing the icon. *It doesn't play any music.* You can search for artist/album/track titles which will popup with most relevant results. You can express "love" for track.
Informations de Base sur l'Extension
Nom | |
ID | llnaedjamgkhniabahfmpemmbclcnllc |
URL Officiel | https://chrome.google.com/webstore/detail/lastfm/llnaedjamgkhniabahfmpemmbclcnllc |
Description | Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,… |
Taille du Fichier | 136 KB |
Nombre d'Installations | 5,126 |
Version Actuelle | 0.7.3 |
Dernière Mise à Jour | 2013-06-25 |
Date de Publication | 2013-06-25 |
Évaluation | 3.50/5 Total 115 Évaluations |
Développeur | redhead |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/default.png", "default_title": "Last.fm", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon48.png" }, "name": "Last.fm", "permissions": [ "http:\/\/ws.audioscrobbler.com\/", "http:\/\/www.last.fm\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.7.3" } |