Archetyped: Know You & Your Lichess Opponents

Actionable info and tendencies about you and your Lichess Opponents at game time (e.g., performance, game results, speed, and more)

Archetyped: Know You & Your Lichess Opponents क्या है?

Archetyped: Know You & Your Lichess Opponents CheckMatt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Actionable info and tendencies about you and your Lichess Opponents at game time (e.g., performance, game results, speed, and more)"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Archetyped communicates your & your opponent's key info and tendencies through emojis at game time.

Top use case has been to avoid players on a hot streak.

*pin extension to taskbar and click icon to see more info on the 'Archetypes'*

1) Grab actionable info about you & your opponents (e.g., current win/loss streak, recent performance rating, usual game speed, frequency of play, level of volatility, etc.)
2) Bubble up key insights into 'archetypes' (shown below)
3) Showcase the 'archetypes' as emojis at game time next to your & your opponent's username

The 'Archetypes':

"Trending" = playing at least 100 points better or worse than the platform elo (based on "performance rating" in last 10 games)

"In Flow" = won or lost a lot of games recently (based on last 10 games)

"Wild Card" = tends to win or lose games they shouldn't

"Devoted" = plays a ton of chess compared to the average platform player

"Speed" = is most used to playing bullet, blitz, or rapid

This extension is, and always will be, free. We are continuously enhancing this product based on Archetyped community feedback (contact if you have an idea you'd like implemented! :) )                    

एक्सटेंशन की मूल जानकारी

नाम Archetyped: Know You & Your Lichess Opponents Archetyped: Know You & Your Lichess Opponents
ID igcflbhhhlnomjdjcmamnlmkaiaoilpj
आधिकारिक URL https://chromewebstore.google.com/detail/archetyped-know-you-your/igcflbhhhlnomjdjcmamnlmkaiaoilpj
विवरण Actionable info and tendencies about you and your Lichess Opponents at game time (e.g., performance, game results, speed, and more)
फ़ाइल का आकार 1.47 MB
स्थापना संख्या 113
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2022-11-02
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर CheckMatt
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Archetyped: Know You & Your Lichess Opponents",
    "icons": {
        "128": "images\/archetypedIcon.png"
    },
    "version": "0.0.0.4",
    "description": "Actionable info and tendencies about you and your Lichess Opponents at game time (e.g., performance, game results, speed, and more)",
    "action": {
        "default_icon": "images\/archetypedIcon.png",
        "default_popup": "html\/popup.html",
        "default_title": "Know you & your opponent like the Lichess platform does!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/lichess.org\/*"
            ],
            "exclude_matches": [
                "*:\/\/lichess.org\/api*"
            ],
            "run_at": "document_start",
            "js": [
                "\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "web_accessible_resources": [
                "\/html\/popup.html"
            ]
        },
        {
            "matches": [
                "*:\/\/lichess.org\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/content.js"
            ]
        }
    ]
}