Friends Who Listen

Get the Friends Who Listen widget on Last.fm back

Apa itu Friends Who Listen?

Friends Who Listen adalah ekstensi Chrome yang dikembangkan oleh David Pavlík, dan fitur utamanya adalah "Get the Friends Who Listen widget on Last.fm back".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Friends Who Listen

Unduh file ekstensi Friends Who Listen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Friends Who Listen Friends Who Listen
ID meggmbmcebhnbamegfmejpokkjhcnmih
URL Resmi https://chromewebstore.google.com/detail/friends-who-listen/meggmbmcebhnbamegfmejpokkjhcnmih
Deskripsi Get the Friends Who Listen widget on Last.fm back
Ukuran File 314 KB
Jumlah Instalasi 674
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-02-04
Tanggal Publikasi 2017-02-16
Penilaian 4.69/5 Total 51 Penilaian
Pengembang David Pavlík
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/xxdavid/lastfm-friends-who-listen
Bahasa yang Didukung 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"
    }
}