Turbo Lichess - best move finder

Calculates and finds best move in Lichess during the game

Τι είναι το Turbo Lichess - best move finder;

Το Turbo Lichess - best move finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Armen Stepanyan, και η κύρια λειτουργία του είναι "Calculates and finds best move in Lichess during the game".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Turbo Lichess - best move finder

Λήψη αρχείων επέκτασης Turbo Lichess - best move finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Turbo Lichess - best move finder Turbo Lichess - best move finder
ID edhicaiemcnhgoimpggnnclhpgleakno
Επίσημο URL https://chromewebstore.google.com/detail/turbo-lichess-best-move-f/edhicaiemcnhgoimpggnnclhpgleakno
Περιγραφή Calculates and finds best move in Lichess during the game
Μέγεθος Αρχείου 390 KB
Αριθμός Εγκαταστάσεων 5,507
Τρέχουσα Έκδοση 0.4.1
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2022-08-16
Αξιολόγηση 4.00/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Armen Stepanyan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://chess.orgfree.com/privacy.php
Υποστηριζόμενες Γλώσσες 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"
}