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 là gì?
Archetyped: Know You & Your Lichess Opponents là một tiện ích mở rộng Chrome được phát triển bởi CheckMatt, và tính năng chính của nó là "Actionable info and tendencies about you and your Lichess Opponents at game time (e.g., performance, game results, speed, and more)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Archetyped: Know You & Your Lichess Opponents
Tải xuống các tệp mở rộng Archetyped: Know You & Your Lichess Opponents dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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! :) )
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Archetyped: Know You & Your Lichess Opponents |
ID | igcflbhhhlnomjdjcmamnlmkaiaoilpj |
URL Chính Thức | https://chromewebstore.google.com/detail/archetyped-know-you-your/igcflbhhhlnomjdjcmamnlmkaiaoilpj |
Mô tả | Actionable info and tendencies about you and your Lichess Opponents at game time (e.g., performance, game results, speed, and more) |
Kích Thước Tệp | 1.47 MB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2024-02-20 |
Ngày Phát Hành | 2022-11-02 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | CheckMatt |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |