Lichess Forced Analysis

On lichess.org, after a game finishes immediately go to analysis mode.

What is Lichess Forced Analysis?

Lichess Forced Analysis is a Chrome extension developed by Unknown, and its main feature is "On lichess.org, after a game finishes immediately go to analysis mode.".

Extension Screenshots

screenshot

Download Lichess Forced Analysis Extension CRX File

Download Lichess Forced Analysis 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

                        Improve your chess by remembering to reflect on the game. Never forget to analyze a chess game again.                    

Extension Basic Information

Name Lichess Forced Analysis Lichess Forced Analysis
ID chamjagfifgbdoppicpnjfegnkoepjkj
Official URL https://chromewebstore.google.com/detail/lichess-forced-analysis/chamjagfifgbdoppicpnjfegnkoepjkj
Description On lichess.org, after a game finishes immediately go to analysis mode.
File Size 31.2 KB
Installation Count 25
Current Version 1.3
Last Updated 2022-03-29
Publish Date 2022-03-07
Rating 3.00/5 Total 2 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Forced Analysis",
    "description": "On lichess.org, after a game finishes immediately go to analysis mode.",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "back.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/chess-strategy.png",
            "32": "\/images\/chess-strategy.png",
            "48": "\/images\/chess-strategy.png",
            "128": "\/images\/chess-strategy.png"
        }
    },
    "icons": {
        "16": "\/images\/chess-strategy.png",
        "32": "\/images\/chess-strategy.png",
        "48": "\/images\/chess-strategy.png",
        "128": "\/images\/chess-strategy.png"
    }
}