SakaSperto: Your Personal Chess Assistant

SakaSperto suggests the best move, rates possible moves, warns for blunders, and shows how your game on chess.com evolves.

Τι είναι το SakaSperto: Your Personal Chess Assistant;

Το SakaSperto: Your Personal Chess Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sakasperto, και η κύρια λειτουργία του είναι "SakaSperto suggests the best move, rates possible moves, warns for blunders, and shows how your game on chess.com evolves.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SakaSperto: Your Personal Chess Assistant

Λήψη αρχείων επέκτασης SakaSperto: Your Personal Chess Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        SakaSperto is a chrome extension designed to help you improve your chess skills while you play chess on the popular website chess.com.

Need a little help finding the best move in a situation? We will help you.
Curious what the opponent could do to counter your moves? We will show it to you.
Afraid to lose your queen after 3 turns after an unforeseen blunder? We got your back.
Planning on moving a piece, but uncertain what field to move your piece to? We will show you.
Want live feedback of who has the upper-hand throughout the game? We got you.

You can even customise the chess.com website's colour scheme to match with your personality! 

In order for all features and displays to work properly, please enable 'show legal moves' in your settings at chess.com.

The extension uses computational resources on an external server to evaluate chess moves. Therefore a paid subscription is needed to continue using the service after the initial free trial period has expired.

DISCLAIMER
- This extension is independent from chess.com and is not affiliated with chess.com in any way.
- Assistance should NOT be used in RATED games.
- Assistance should NOT be used against a human opponent without your opponent having knowledge of it.                    

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

Όνομα SakaSperto: Your Personal Chess Assistant SakaSperto: Your Personal Chess Assistant
ID mlgljdckfpichffpmnncmfdnednkgeib
Επίσημο URL https://chrome.google.com/webstore/detail/sakasperto-your-personal/mlgljdckfpichffpmnncmfdnednkgeib
Περιγραφή SakaSperto suggests the best move, rates possible moves, warns for blunders, and shows how your game on chess.com evolves.
Μέγεθος Αρχείου 109 KB
Αριθμός Εγκαταστάσεων 940
Τρέχουσα Έκδοση 0.4
Τελευταία Ενημέρωση 2023-03-12
Ημερομηνία Δημοσίευσης 2021-10-06
Αξιολόγηση 3.50/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής sakasperto
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SakaSperto: Your Personal Chess Assistant",
    "description": "SakaSperto suggests the best move, rates possible moves, warns for blunders, and shows how your game on chess.com evolves.",
    "version": "0.4",
    "manifest_version": 3,
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.chess.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "simple-jsonrpc-js.js",
                "chart-js.js",
                "ExtPay.js",
                "chart.js",
                "content.js",
                "game.js",
                "api.js"
            ]
        }
    ]
}