Friends Who Listen
Get the Friends Who Listen widget on Last.fm back
Vad är Friends Who Listen?
Friends Who Listen är en Chrome-tillägg utvecklad av David Pavlík, och dess huvudfunktion är "Get the Friends Who Listen widget on Last.fm back".
Tilläggsskärmbilder
Ladda ner Friends Who Listen-förlängningens CRX-fil
Ladda ner Friends Who Listen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | meggmbmcebhnbamegfmejpokkjhcnmih |
| Officiell webbadress | https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih |
| Beskrivning | Get the Friends Who Listen widget on Last.fm back |
| Filstorlek | 314 KB |
| Antal Installationer | 674 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2021-02-04 |
| Publiceringsdatum | 2017-02-16 |
| Betyg | 4.69/5 Totalt 51 Betyg |
| Utvecklare | David Pavlík |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/xxdavid/lastfm-friends-who-listen |
| Stödda Språk | 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"
}
} | |