Last.fm

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

What is Last.fm?

Last.fm is a Chrome extension developed by redhead, and its main feature is "Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Last.fm Extension CRX File

Download Last.fm 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

                        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.                    

Extension Basic Information

Name Last.fm Last.fm
ID llnaedjamgkhniabahfmpemmbclcnllc
Official URL https://chrome.google.com/webstore/detail/lastfm/llnaedjamgkhniabahfmpemmbclcnllc
Description Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…
File Size 136 KB
Installation Count 5,126
Current Version 0.7.3
Last Updated 2013-06-25
Publish Date 2013-06-25
Rating 3.50/5 Total 115 Ratings
Developer redhead
Payment Type free
Supported Languages 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"
}