Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Vad är Smart Berserk | Lichess?
Smart Berserk | Lichess är en Chrome-tillägg utvecklad av Andrew, och dess huvudfunktion är "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".
Tilläggsskärmbilder
Ladda ner Smart Berserk | Lichess-förlängningens CRX-fil
Ladda ner Smart Berserk | Lichess-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Smart Berserk | Lichess |
ID | gebadcpcikhmmddgcknoiikdikojbphc |
Officiell webbadress | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
Beskrivning | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
Filstorlek | 64.39 KB |
Antal Installationer | 140 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-04-19 |
Publiceringsdatum | 2023-04-18 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | Andrew |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/AndrewYatzkan/smart-berserk |
URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
Stödda Språk | 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\/*" ] } ] } |