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)”。
擴展截圖
下載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 |
ID | igcflbhhhlnomjdjcmamnlmkaiaoilpj |
官方網址 | 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" ] } ] } |