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

O que é Chess.com Analyzer?

Chess.com Analyzer é uma extensão do Chrome desenvolvida por Samuel Hinchliffe, e sua principal característica é "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Chess.com Analyzer

Baixe arquivos de extensão Chess.com Analyzer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Chess.com Analyzer Chess.com Analyzer
ID iadjfokfegfhcccfplkhhjfooobkomee
URL Oficial https://chromewebstore.google.com/detail/chesscom-analyzer/iadjfokfegfhcccfplkhhjfooobkomee
Descrição Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move
Tamanho do Arquivo 392 KB
Contagem de Instalações 3,523
Versão Atual First Release
Última Atualização 2023-09-19
Data de Publicação 2023-03-02
Classificação 3.63/5 Total de 8 Avaliações
Desenvolvedor Samuel Hinchliffe
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}