Last.fm NetDashboard

A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.

Cos'è Last.fm NetDashboard?

Last.fm NetDashboard è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Last.fm NetDashboard

Scarica i file di estensione Last.fm NetDashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Last.fm NetDashboard Last.fm NetDashboard
ID glimdmhadlinclgfbdcallpepnkkjomj
URL Ufficiale https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj
Descrizione A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
Dimensione del File 439 KB
Conteggio Installazioni 41
Versione Corrente 0.3
Ultimo Aggiornamento 2015-01-10
Data di Pubblicazione 2015-01-09
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}