Friends Who Listen
Get the Friends Who Listen widget on Last.fm back
Wat is Friends Who Listen?
Friends Who Listen is een Chrome-extensie ontwikkeld door David Pavlík, en de belangrijkste functie is "Get the Friends Who Listen widget on Last.fm back".
Extensie Screenshots
Download het CRX-bestand van de extensie Friends Who Listen
Download Friends Who Listen-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
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
Basisinformatie over de Extensie
Naam | Friends Who Listen |
ID | meggmbmcebhnbamegfmejpokkjhcnmih |
Officiële URL | https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih |
Beschrijving | Get the Friends Who Listen widget on Last.fm back |
Bestandsgrootte | 314 KB |
Aantal Installaties | 674 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-02-04 |
Publicatiedatum | 2017-02-16 |
Beoordeling | 4.69/5 Totaal 51 Beoordelingen |
Ontwikkelaar | David Pavlík |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/xxdavid/lastfm-friends-who-listen |
Ondersteunde Talen | 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" } } |