Friends Who Listen

Get the Friends Who Listen widget on Last.fm back

Cos'è Friends Who Listen?

Friends Who Listen è un'estensione di Chrome sviluppata da David Pavlík, e la sua funzione principale è "Get the Friends Who Listen widget on Last.fm back".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Friends Who Listen

Scarica i file di estensione Friends Who Listen 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

                        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                    

Informazioni di Base sull'Estensione

Nome Friends Who Listen Friends Who Listen
ID meggmbmcebhnbamegfmejpokkjhcnmih
URL Ufficiale https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih
Descrizione Get the Friends Who Listen widget on Last.fm back
Dimensione del File 314 KB
Conteggio Installazioni 674
Versione Corrente 1.4
Ultimo Aggiornamento 2021-02-04
Data di Pubblicazione 2017-02-16
Valutazione 4.69/5 Totale 51 Valutazioni
Sviluppatore David Pavlík
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/xxdavid/lastfm-friends-who-listen
Lingue Supportate 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"
    }
}