Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
O que é Smart Berserk | Lichess?
Smart Berserk | Lichess é uma extensão do Chrome desenvolvida por Andrew, e sua principal característica é "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smart Berserk | Lichess
Baixe arquivos de extensão Smart Berserk | Lichess no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Smart Berserk | Lichess |
ID | gebadcpcikhmmddgcknoiikdikojbphc |
URL Oficial | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
Descrição | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
Tamanho do Arquivo | 64.39 KB |
Contagem de Instalações | 140 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-04-19 |
Data de Publicação | 2023-04-18 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Andrew |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/AndrewYatzkan/smart-berserk |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
Idiomas Suportados | 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\/*" ] } ] } |