Friends Who Listen

Get the Friends Who Listen widget on Last.fm back

Co to jest Friends Who Listen?

Friends Who Listen to rozszerzenie Chrome opracowane przez David Pavlík, a jego główną funkcją jest „Get the Friends Who Listen widget on Last.fm back”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Friends Who Listen

Pobierz pliki rozszerzeń Friends Who Listen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Friends Who Listen Friends Who Listen
ID meggmbmcebhnbamegfmejpokkjhcnmih
Oficjalny URL https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih
Opis Get the Friends Who Listen widget on Last.fm back
Rozmiar pliku 314 KB
Liczba instalacji 674
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-02-04
Data Publikacji 2017-02-16
Ocena 4.69/5 Łącznie 51 Oceny
Deweloper David Pavlík
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/xxdavid/lastfm-friends-who-listen
Obsługiwane Języki 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"
    }
}