Turbo Lichess - best move finder

Calculates and finds best move in Lichess during the game

Cos'è Turbo Lichess - best move finder?

Turbo Lichess - best move finder è un'estensione di Chrome sviluppata da Armen Stepanyan, e la sua funzione principale è "Calculates and finds best move in Lichess during the game".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Turbo Lichess - best move finder

Scarica i file di estensione Turbo Lichess - best move finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Turbo Lichess - best move finder Turbo Lichess - best move finder
ID edhicaiemcnhgoimpggnnclhpgleakno
URL Ufficiale https://chromewebstore.google.com/detail/turbo-lichess-best-move-f/edhicaiemcnhgoimpggnnclhpgleakno
Descrizione Calculates and finds best move in Lichess during the game
Dimensione del File 390 KB
Conteggio Installazioni 5,507
Versione Corrente 0.4.1
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2022-08-16
Valutazione 4.00/5 Totale 15 Valutazioni
Sviluppatore Armen Stepanyan
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://chess.orgfree.com/privacy.php
Lingue Supportate 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"
}