Friends Who Listen
Get the Friends Who Listen widget on Last.fm back
Qu'est-ce que Friends Who Listen ?
Friends Who Listen est une extension Chrome développée par David Pavlík, et sa fonction principale est "Get the Friends Who Listen widget on Last.fm back".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Friends Who Listen
Téléchargez les fichiers d'extension Friends Who Listen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Friends Who Listen |
ID | meggmbmcebhnbamegfmejpokkjhcnmih |
URL Officiel | https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih |
Description | Get the Friends Who Listen widget on Last.fm back |
Taille du Fichier | 314 KB |
Nombre d'Installations | 674 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2021-02-04 |
Date de Publication | 2017-02-16 |
Évaluation | 4.69/5 Total 51 Évaluations |
Développeur | David Pavlík |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/xxdavid/lastfm-friends-who-listen |
Langues Prises en Charge | 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" } } |