Friends Who Listen

Get the Friends Who Listen widget on Last.fm back

ما هو Friends Who Listen؟

Friends Who Listen هو إضافة Chrome تم تطويرها بواسطة David Pavlík، والميزة الرئيسية لها هي "Get the Friends Who Listen widget on Last.fm back".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Friends Who Listen

قم بتنزيل ملفات الامتداد Friends Who Listen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}