Smart Berserk | Lichess

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

Qu'est-ce que Smart Berserk | Lichess ?

Smart Berserk | Lichess est une extension Chrome développée par Andrew, et sa fonction principale est "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart Berserk | Lichess

Téléchargez les fichiers d'extension Smart Berserk | Lichess au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smart Berserk | Lichess Smart Berserk | Lichess
ID gebadcpcikhmmddgcknoiikdikojbphc
URL Officiel https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc
Description Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Taille du Fichier 64.39 KB
Nombre d'Installations 140
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-04-19
Date de Publication 2023-04-18
Évaluation 4.50/5 Total 2 Évaluations
Développeur Andrew
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/AndrewYatzkan/smart-berserk
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}