Friends Who Listen
Get the Friends Who Listen widget on Last.fm back
什么是Friends Who Listen?
Friends Who Listen是由David Pavlík开发的Chrome扩展程序,该扩展的主要功能是“Get the Friends Who Listen widget on Last.fm back”。
扩展截图
下载Friends Who Listen扩展crx文件
下载Friends Who Listen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Friends Who Listen |
ID | meggmbmcebhnbamegfmejpokkjhcnmih |
官方URL | https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih |
简介 | Get the Friends Who Listen widget on Last.fm back |
文件大小 | 314 KB |
安装次数 | 674 |
当前版本 | 1.4 |
更新时间 | 2021-02-04 |
上架时间 | 2017-02-16 |
评分 | 4.69/5 共51次评分 |
开发者 | David Pavlík |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/xxdavid/lastfm-friends-who-listen |
支持的语言 | 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" } } |