Smart Berserk | Lichess

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

Co je Smart Berserk | Lichess?

Smart Berserk | Lichess je rozšíření Chrome vyvinuté Andrew, a jeho hlavní funkcí je „Tells you when to berserk in a lichess arena tournament game using the power of statistics!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Smart Berserk | Lichess

Stáhněte si soubory rozšíření Smart Berserk | Lichess ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Smart Berserk | Lichess Smart Berserk | Lichess
ID gebadcpcikhmmddgcknoiikdikojbphc
Oficiální URL https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc
Popis Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Velikost souboru 64.39 KB
Počet instalací 140
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-04-19
Datum Vydání 2023-04-18
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář Andrew
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/AndrewYatzkan/smart-berserk
URL Stránky Zásad Ochrany Soukromí https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
Podporované Jazyky 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\/*"
            ]
        }
    ]
}