Last.fm NetDashboard
A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
Qu'est-ce que Last.fm NetDashboard ?
Last.fm NetDashboard est une extension Chrome développée par Unknown, et sa fonction principale est "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Last.fm NetDashboard
Téléchargez les fichiers d'extension Last.fm NetDashboard 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
A Widget to emulate the dashboard view of the Last.fm website and more!. See yours or your friends tracks and charts, recommended artists, recommended music, recommended events, and compare users. Netvibes user? Add to Netvibes and others here: http://eco.netvibes.com/apps/496991/last-fm-netdashboard
Informations de Base sur l'Extension
Nom | Last.fm NetDashboard |
ID | glimdmhadlinclgfbdcallpepnkkjomj |
URL Officiel | https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj |
Description | A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations. |
Taille du Fichier | 439 KB |
Nombre d'Installations | 41 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2015-01-10 |
Date de Publication | 2015-01-09 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Last.fm NetDashboard", "description": "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.", "version": "0.3", "manifest_version": 2, "icons": { "128": "richIcon.png", "64": "favIcon.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/uwa.netvibes.com; object-src 'self'; ", "browser_action": { "default_icon": "richIcon.png", "default_popup": "widget.html" } } |