A chess.com extension for finding the best moves and evaluating your live game.
- You'll host your chess server and you'll run your Stockfish engine.
- Marking the best move and update evaluation bar for each move.
- You will move the pieces yourself (or chess.com will take notice).
- Client-side does not involve any chess engine (or chess.com will take notice).
- For the purpose of improving chess skills only!
- Clone the repo or download the latest release.
- Go to
chrome://extensions
in a new tab or use the Manage extensions page. - Enable
Developer mode
, then clickLoad unpacked
and select root folder (containingmanifest.json
).
Note: if you cloned the repo, select the dist
folder.
If you get stuck, refer to Chrome's instructions.
- Clone the repo.
- Install dependencies, run
npm install
oryarn
. - Build the extension to
dist
folder bynpm run build
oryarn build
.
To be updated
- Start a classic game (or puzzle) on chess.com.
- Chessbest will automatically run.
- The chess engine's status can be seen on the extension icon (popup).
- You may need to make one move to see the response.
If you need assistance or have any questions, please reach me out in the Issues
section.