Friends Who Listen

Get the Friends Who Listen widget on Last.fm back

What is Friends Who Listen?

Friends Who Listen is a Chrome extension developed by David Pavlík, and its main feature is "Get the Friends Who Listen widget on Last.fm back".

Extension Screenshots

screenshot

Download Friends Who Listen Extension CRX File

Download Friends Who Listen 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

                        The new Last.fm doesn't have many features it had before.
This extension brings the old “Friends who listen to XY”  widget on Last.fm back.

Github repo: https://github.com/xxdavid/lastfm-friends-who-listen                    

Extension Basic Information

Name Friends Who Listen Friends Who Listen
ID meggmbmcebhnbamegfmejpokkjhcnmih
Official URL https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih
Description Get the Friends Who Listen widget on Last.fm back
File Size 314 KB
Installation Count 674
Current Version 1.4
Last Updated 2021-02-04
Publish Date 2017-02-16
Rating 4.69/5 Total 51 Ratings
Developer David Pavlík
Email [email protected]
Payment Type free
Extension Website https://github.com/xxdavid/lastfm-friends-who-listen
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Friends Who Listen",
    "description": "Get the Friends Who Listen widget on Last.fm back",
    "manifest_version": 2,
    "version": "1.4",
    "permissions": [
        "http:\/\/www.last.fm\/*",
        "https:\/\/www.last.fm\/*",
        "https:\/\/ws.audioscrobbler.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.last.fm\/*",
                "https:\/\/www.last.fm\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}