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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows live performance, legend and last 8 games of your lichess.org game opponents."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lichess Opponent Form एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}