Lichess Opponent Form

This extension shows live performance, legend and last 8 games of your lichess.org game opponents.

Lichess Opponent Formとは何ですか?

Lichess Opponent FormはDmitry Yによって開発されたChromeの拡張機能で、その主な機能は「This extension shows live performance, legend and last 8 games of your lichess.org game opponents.」です。

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

screenshot
screenshot
screenshot

Lichess Opponent Form拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension shows live performance, legend and last 8 games of your lichess.org game opponent. The information is presented in the current Chrome tab without any time and effort-consuming redirections.
Small popup window will present average performance and a list of recent games of your opponent, including their opponents' names and ratings, pieces colors, game results and the rating changes. The information is clickable and navigates to the recent games and players' profiles.

* May be useful to make a preliminary opinion about your opponent's strength and current form in fast blitz games. 
* Helps to recognize and avoid users with inadequate chess rating.
* Is handy to look into the current situation and events in Arena tournaments, look for winning series.
* Entertains with useful statistics while waiting for the opponent's move.

More features to come.                    

拡張機能の基本情報

名前 Lichess Opponent Form Lichess Opponent Form
ID lipplpkgbnhdfdchoibgafjdblpjdkpi
公式URL https://chromewebstore.google.com/detail/lichess-opponent-form/lipplpkgbnhdfdchoibgafjdblpjdkpi
説明 This extension shows live performance, legend and last 8 games of your lichess.org game opponents.
ファイルサイズ 16.89 KB
インストール数 251
現在のバージョン 0.2.6
最終更新日 2022-04-12
公開日 2021-08-16
評価 5.00/5 合計 1 レビュー
開発者 Dmitry Y
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Opponent Form",
    "version": "0.2.6",
    "manifest_version": 3,
    "host_permissions": [
        "http:\/\/localhost:8080\/"
    ],
    "description": "This extension shows live performance, legend and last 8 games of your lichess.org game opponents.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Lichess Opponent Form",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}