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 |
官方網址 | 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" } } |