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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitry Y และคุณลักษณะหลักของมันคือ "This extension shows live performance, legend and last 8 games of your lichess.org game opponents."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess Opponent Form

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}