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

Chess.com Analyzer क्या है?

Chess.com Analyzer Samuel Hinchliffe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chess.com Analyzer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Chess.com Analyzer Chess.com Analyzer
ID iadjfokfegfhcccfplkhhjfooobkomee
आधिकारिक URL https://chromewebstore.google.com/detail/chesscom-analyzer/iadjfokfegfhcccfplkhhjfooobkomee
विवरण Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move
फ़ाइल का आकार 392 KB
स्थापना संख्या 3,523
वर्तमान संस्करण First Release
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2023-03-02
रेटिंग 3.63/5 कुल 8 रेटिंग्स
डेवलपर Samuel Hinchliffe
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}