Smart Berserk | Lichess

Tells you when to berserk in a lichess arena tournament game using the power of statistics!

Wat is Smart Berserk | Lichess?

Smart Berserk | Lichess is een Chrome-extensie ontwikkeld door Andrew, en de belangrijkste functie is "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Smart Berserk | Lichess

Download Smart Berserk | Lichess-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Smart Berserk | Lichess Smart Berserk | Lichess
ID gebadcpcikhmmddgcknoiikdikojbphc
Officiële URL https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc
Beschrijving Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Bestandsgrootte 64.39 KB
Aantal Installaties 140
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-04-19
Publicatiedatum 2023-04-18
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Andrew
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/AndrewYatzkan/smart-berserk
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}