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"입니다.

확장 프로그램 스크린샷

screenshot

Friends Who Listen 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}