Smart Berserk | Lichess

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

Co to jest Smart Berserk | Lichess?

Smart Berserk | Lichess to rozszerzenie Chrome opracowane przez Andrew, a jego główną funkcją jest „Tells you when to berserk in a lichess arena tournament game using the power of statistics!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smart Berserk | Lichess

Pobierz pliki rozszerzeń Smart Berserk | Lichess w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Berserk | Lichess Smart Berserk | Lichess
ID gebadcpcikhmmddgcknoiikdikojbphc
Oficjalny URL https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc
Opis Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Rozmiar pliku 64.39 KB
Liczba instalacji 140
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-04-19
Data Publikacji 2023-04-18
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Andrew
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AndrewYatzkan/smart-berserk
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}