Lichess Forced Analysis

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

Wat is Lichess Forced Analysis?

Lichess Forced Analysis is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "On lichess.org, after a game finishes immediately go to analysis mode.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lichess Forced Analysis

Download Lichess Forced Analysis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Lichess Forced Analysis Lichess Forced Analysis
ID chamjagfifgbdoppicpnjfegnkoepjkj
Officiële URL https://chromewebstore.google.com/detail/lichess-forced-analysis/chamjagfifgbdoppicpnjfegnkoepjkj
Beschrijving On lichess.org, after a game finishes immediately go to analysis mode.
Bestandsgrootte 31.2 KB
Aantal Installaties 25
Huidige Versie 1.3
Laatst Bijgewerkt 2022-03-29
Publicatiedatum 2022-03-07
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}