Smart Berserk | Lichess

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

What is Smart Berserk | Lichess?

Smart Berserk | Lichess is a Chrome extension developed by Andrew, and its main feature is "Tells you when to berserk in a lichess arena tournament game using the power of statistics!".

Extension Screenshots

screenshot

Download Smart Berserk | Lichess Extension CRX File

Download Smart Berserk | Lichess extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Smart Berserk | Lichess Smart Berserk | Lichess
ID gebadcpcikhmmddgcknoiikdikojbphc
Official URL 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!
File Size 64.39 KB
Installation Count 140
Current Version 1.0.0
Last Updated 2023-04-19
Publish Date 2023-04-18
Rating 4.50/5 Total 2 Ratings
Developer Andrew
Email [email protected]
Payment Type free
Extension Website https://github.com/AndrewYatzkan/smart-berserk
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
Supported Languages 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\/*"
            ]
        }
    ]
}