Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Hvad er Smart Berserk | Lichess?
Smart Berserk | Lichess er en Chrome-udvidelse udviklet af Andrew, og dens hovedfunktion er "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".
Udvidelsesskærmbilleder
Download Smart Berserk | Lichess-udvidelses-CRX-fil
Download Smart Berserk | Lichess-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | gebadcpcikhmmddgcknoiikdikojbphc |
| Officiel URL | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
| Beskrivelse | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
| Filstørrelse | 64.39 KB |
| Antal Installationer | 140 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2023-04-19 |
| Udgivelsesdato | 2023-04-18 |
| Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
| Udvikler | Andrew |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/AndrewYatzkan/smart-berserk |
| URL til Fortrolighedspolitik Side | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
| Understøttede Sprog | 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\/*"
]
}
]
} | |