Turbo Lichess - best move finder

Calculates and finds best move in Lichess during the game

Qu'est-ce que Turbo Lichess - best move finder ?

Turbo Lichess - best move finder est une extension Chrome développée par Armen Stepanyan, et sa fonction principale est "Calculates and finds best move in Lichess during the game".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Turbo Lichess - best move finder

Téléchargez les fichiers d'extension Turbo Lichess - best move finder 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

                        Turbo Lichess helps you to find strongest moves on lichess  during the game. It analyze game in real-time so you can see next best move in your current game. 
Right click on browser and select Inpect menu , then navigate to Turbo Lichess tab where you can click on button to calculate best move.

Privacy Policy: Turbo Lichess DON'T store any user data. The extension is invisible to visited websites. 
We do not promote cheating on chess websites.The purpose of this extension is to improve user skills during the game.                    

Informations de Base sur l'Extension

Nom Turbo Lichess - best move finder Turbo Lichess - best move finder
ID edhicaiemcnhgoimpggnnclhpgleakno
URL Officiel https://chromewebstore.google.com/detail/turbo-lichess-best-move-f/edhicaiemcnhgoimpggnnclhpgleakno
Description Calculates and finds best move in Lichess during the game
Taille du Fichier 390 KB
Nombre d'Installations 5,507
Version Actuelle 0.4.1
Dernière Mise à Jour 2024-03-04
Date de Publication 2022-08-16
Évaluation 4.00/5 Total 15 Évaluations
Développeur Armen Stepanyan
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chess.orgfree.com/privacy.php
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/www.lichess.org\/*",
                "*:\/\/lichess.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Calculates and finds best move in Lichess during the game",
    "devtools_page": "devtools\/devtools_page.html",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/48.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Turbo Lichess - best move finder",
    "options_page": "options\/options.html",
    "permissions": [
        "debugger"
    ],
    "version": "0.4.1"
}