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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}