Last.fm NetDashboard
A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
What is Last.fm NetDashboard?
Last.fm NetDashboard is a Chrome extension developed by Unknown, and its main feature is "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.".
Extension Screenshots
Download Last.fm NetDashboard Extension CRX File
Download Last.fm NetDashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Last.fm NetDashboard |
ID | glimdmhadlinclgfbdcallpepnkkjomj |
Official URL | 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. |
File Size | 439 KB |
Installation Count | 41 |
Current Version | 0.3 |
Last Updated | 2015-01-10 |
Publish Date | 2015-01-09 |
Rating | 3.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |