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é es Last.fm NetDashboard?

Last.fm NetDashboard es una extensión de Chrome desarrollada por Unknown, y su función principal es "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Last.fm NetDashboard

Descarga archivos de extensión Last.fm NetDashboard 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

                        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                    

Información Básica de la Extensión

Nombre Last.fm NetDashboard Last.fm NetDashboard
ID glimdmhadlinclgfbdcallpepnkkjomj
URL Oficial https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj
Descripción A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
Tamaño del Archivo 439 KB
Cantidad de Instalaciones 41
Versión Actual 0.3
Última Actualización 2015-01-10
Fecha de Publicación 2015-01-09
Calificación 3.00/5 Total de 3 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    }
}