Chess.com BestMove Helper

This extension will analyze chess game position and show the best move by Stockfish engine.

Chess.com BestMove Helper là gì?

Chess.com BestMove Helper là một tiện ích mở rộng Chrome được phát triển bởi livndands, và tính năng chính của nó là "This extension will analyze chess game position and show the best move by Stockfish engine.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chess.com BestMove Helper

Tải xuống các tệp mở rộng Chess.com BestMove Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension shows the best move generated by Stockfish v.14 engine on chess.com website.

Install the extension, refresh the chess.com tab page. Just click on the extension icon, when the icon color has changed, then you can play: when you need to show the best move, just click the A or Q key on the keyboard.

The extension can help you to play on, can improve your chess playing skills, can analyze the game, and show the strongest moves during the game. 

In order to work without errors, on chess.com site, in-game settings, you must change "Piece Notation" to Text.

Privacy Policy: The extension doesn't store any user data. The extension is invisible to visited websites. We do not promote cheating on chess websites. The only purpose of this extension is to improve user skills during the game.

For premium users available on the fly mode: Automatically highlight the best move without clicking any key/buttons. Premium users can also choose strength level.

Keyboard shortcuts:
Q: depth level 10
W: depth level 9
E: depth level 8
R: depth level 7
T: depth level 6
Y: depth level 5

A: depth level 14
S: depth level 15
D: depth level 16
F: depth level 17
G: depth level 18

C: depth level 4 - the time for finding move limited to 1 sec.
The default timeout is 5 sec, so usually don't use a level more than 14, the higher level the more time you need. If you don't get a move, try to use a lower depth level key.

If you are happy with the extension, give the extension 5 stars, I will be extremely grateful to you. Any suggestions and donations are also appreciated.
Thanks.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chess.com BestMove Helper Chess.com BestMove Helper
ID bcddckbhecdiplbnlkmnciagccobkaef
URL Chính Thức https://chrome.google.com/webstore/detail/bcddckbhecdiplbnlkmnciagccobkaef
Mô tả This extension will analyze chess game position and show the best move by Stockfish engine.
Kích Thước Tệp 63.83 KB
Số Lần Cài Đặt 16,506
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-12-06
Ngày Phát Hành 2021-11-22
Đánh Giá 3.19/5 Tổng số 27 Đánh Giá
Nhà Phát Triển livndands
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com BestMove Helper",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "This extension will analyze chess game position and show the best move by Stockfish engine.",
    "homepage_url": "http:\/\/chess.webera.pro",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_title": "Run!"
    },
    "permissions": [
        "activeTab"
    ]
}