Lichess Unrated
Got rating anxiety? Me too. Rating systems do a great job pairing players with opponents of similar strengths but can also take…
什么是Lichess Unrated?
Lichess Unrated是由Unrealduck Studios开发的Chrome扩展程序,该扩展的主要功能是“Got rating anxiety? Me too. Rating systems do a great job pairing players with opponents of similar strengths but can also take…”。
扩展截图
下载Lichess Unrated扩展crx文件
下载Lichess Unrated扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Got rating anxiety? Me too. Rating systems do a great job pairing players with opponents of similar strengths but can also take some fun out of the game. I've found that I'm hesitant to play if I don't feel like I'm in peek condition because I'm worried about my rating. Though ratings can be useful as a measure of progress, seeing my rating fluctuate makes me play less chess, and as a consequence make my progress slower. That's ridiculous! This extension creates a ratingless experience on lichess.org. Ratings are still at work in the background pairing you with players of similar strength, but you never have to see them. This is the first version of the extension and there are still some ratings lingering around if you really go looking for them. Please let me know what you'd like to see improved, or if you find a bug. To disable the extension simply click the extension icon at the top right of chrome (it's a blue version of the lichess logo). The icon will turn gray indicating that the extension is inactive and ratings are no longer being hidden. Clicking the icon again will turn it blue and the extension will become active again. If you find this extension useful please consider buying me a cup of coffee: - PayPal: https://paypal.me/UnrealDuck - Bitcoin: 1Gy8GQhvDBka6Sx1DwFPo1bh9Bs6gbZEEB - Venmo: @ethleb Feel free to send questions, bug reports, and words of encouragement to [email protected].
扩展基本信息
名称 | Lichess Unrated |
ID | bilgcgegbohnlclekoihocahlhmalfen |
官方URL | https://chromewebstore.google.com/detail/lichess-unrated/bilgcgegbohnlclekoihocahlhmalfen |
简介 | Got rating anxiety? Me too. Rating systems do a great job pairing players with opponents of similar strengths but can also take… |
文件大小 | 3.14 MB |
安装次数 | 178 |
当前版本 | 1.0 |
更新时间 | 2021-05-04 |
上架时间 | 2021-05-03 |
评分 | 5.00/5 共2次评分 |
开发者 | Unrealduck Studios |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/EthanLebowitz/LichessUnrated |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lichess Unrated", "version": "1.0", "permissions": [ "storage" ], "icons": { "48": "icons\/icon48active.png", "128": "icons\/icon128active.png" }, "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "content.js" ], "css": [ "styleb.css" ] } ], "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": false } } |