Chess.com Analyzer

Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move

Qu'est-ce que Chess.com Analyzer ?

Chess.com Analyzer est une extension Chrome développée par Samuel Hinchliffe, et sa fonction principale est "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chess.com Analyzer

Téléchargez les fichiers d'extension Chess.com Analyzer 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

                        Introducing the ultimate tool for chess enthusiasts - the Chess.com Analyzer Chrome Extension! This free app is designed to help you improve your chess skills by analyzing your game using one of the most powerful chess engines - Stockfish.

With the Chess.com Analyzer, you'll have access to an exceptional tool that makes it easier to learn chess strategy and tactics. Whether you're a beginner looking to enhance your skills or an experienced player seeking to take your game to the next level, this app is the perfect choice.

Using this app is a breeze! Simply install the Chrome extension and start playing on Chess.com. Once you're in a game, the extension will analyze your moves and highlight the best possible move for you. This will provide you with valuable insights into your game and help you identify areas where you can improve.

The Chess.com Analyzer is not intended for cheating - it's for educational purposes only. By using the app, you'll be able to learn from one of the greatest chess engines ever made and improve your game in a fun and engaging way.                    

Informations de Base sur l'Extension

Nom Chess.com Analyzer Chess.com Analyzer
ID iadjfokfegfhcccfplkhhjfooobkomee
URL Officiel https://chromewebstore.google.com/detail/chesscom-analyzer/iadjfokfegfhcccfplkhhjfooobkomee
Description Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move
Taille du Fichier 392 KB
Nombre d'Installations 3,523
Version Actuelle First Release
Dernière Mise à Jour 2023-09-19
Date de Publication 2023-03-02
Évaluation 3.63/5 Total 8 Évaluations
Développeur Samuel Hinchliffe
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "version_name": "First Release",
    "author": "Samuel Hinchliffe",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/play\/*",
                "https:\/\/www.chess.com\/game\/live\/*"
            ]
        }
    ],
    "description": "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move",
    "manifest_version": 3,
    "name": "Chess.com Analyzer",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "1.3"
}