Lichess Friends List Opener

Automatically opens the lichess friends list box.

Lichess Friends List Openerとは何ですか?

Lichess Friends List Openerはbrooksdevによって開発されたChromeの拡張機能で、その主な機能は「Automatically opens the lichess friends list box.」です。

拡張機能のスクリーンショット

screenshot

Lichess Friends List Opener拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension automatically opens the lichess friends list box. This mimics the behavior that the site used to have in which online friends were automatically visible in the friends list box.                    

拡張機能の基本情報

名前 Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
公式URL https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
説明 Automatically opens the lichess friends list box.
ファイルサイズ 13 KB
インストール数 50
現在のバージョン 1.3
最終更新日 2020-09-02
公開日 2020-08-20
評価 5.00/5 合計 2 レビュー
開発者 brooksdev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Friends List Opener",
    "version": "1.3",
    "description": "Automatically opens the lichess friends list box.",
    "icons": {
        "192": "lichess-favicon-192.png"
    },
    "web_accessible_resources": [
        "\/main.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 2
}