Last.fm

Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…

Wat is Last.fm?

Last.fm is een Chrome-extensie ontwikkeld door redhead, en de belangrijkste functie is "Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Last.fm

Download Last.fm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Last.fm Last.fm
ID llnaedjamgkhniabahfmpemmbclcnllc
Officiële URL https://chrome.google.com/webstore/detail/lastfm/llnaedjamgkhniabahfmpemmbclcnllc
Beschrijving Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…
Bestandsgrootte 136 KB
Aantal Installaties 5,126
Huidige Versie 0.7.3
Laatst Bijgewerkt 2013-06-25
Publicatiedatum 2013-06-25
Beoordeling 3.50/5 Totaal 115 Beoordelingen
Ontwikkelaar redhead
Betalingswijze free
Ondersteunde Talen 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"
}