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ファイルをダウンロード

Friends Who Listen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}