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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Archetyped: Know You & Your Lichess Opponents扩展crx文件

下载Archetyped: Know You & Your Lichess Opponents扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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