Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
什么是Smart Berserk | Lichess?
Smart Berserk | Lichess是由Andrew开发的Chrome扩展程序,该扩展的主要功能是“Tells you when to berserk in a lichess arena tournament game using the power of statistics!”。
扩展截图
下载Smart Berserk | Lichess扩展crx文件
下载Smart Berserk | Lichess扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currently works for 1+0 and 3+0 games. The berserk icon will light up if you should berserk and not change if you shouldn't.
扩展基本信息
名称 | Smart Berserk | Lichess |
ID | gebadcpcikhmmddgcknoiikdikojbphc |
官方URL | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
简介 | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
文件大小 | 64.39 KB |
安装次数 | 140 |
当前版本 | 1.0.0 |
更新时间 | 2023-04-19 |
上架时间 | 2023-04-18 |
评分 | 4.50/5 共2次评分 |
开发者 | Andrew |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/AndrewYatzkan/smart-berserk |
隐私政策页面URL | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smart Berserk | Lichess", "version": "1.0.0", "description": "Tells you when to berserk in a lichess arena tournament game using the power of statistics!", "icons": { "128": "img\/icon.png" }, "author": "Andrew Yatzkan", "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "particles.js", "content.js" ], "css": [ "gold-icon.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.png", "*.json" ], "matches": [ "https:\/\/lichess.org\/*" ] } ] } |