Chess Assist

Improve your chess skills with this advanced extension!

Chess Assist là gì?

Chess Assist là một tiện ích mở rộng Chrome được phát triển bởi https://chessassist.net, và tính năng chính của nó là "Improve your chess skills with this advanced extension!".

Ả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 Assist

Tải xuống các tệp mở rộng Chess Assist 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

                        Chess Assist is lightweight and packed with all new features! Calculate the best move, get live score data, and adjust your engine rating all with on-screen visuals. Custom made and lightning fast, this extension carries full support for most popular chess sites!

Free Features
• Built-in Stockfish 🐟
• Best Move Calculator ✔️
• Live Engine Score 💯
• ELO Rating Adjust 🎚️
• Visual Indicators 👓
• Engine Mode ⚙️
• Human Mode 🧠
• Neural Mode 🖥️
• Autoplay Mode 🚀
• Suggestion Mode 💬
• Line Viewer 📖
• Blind Mode ⭕
• Threat Display 🎯
• Puzzle Support 🧩
• 8 Color Choices 🎨
• Move Reader 🎙️
• Stream Proof 📺
• Dynamic Window 🖐

Premium Features
• Advanced Mode 🧮
• Configurations 🧪
• Style Mode 🕹️
• Fusion Mode ☢️
• Combat Mode ⚠️
• Auto Queue ⏳
• In-Depth Evaluation 🔬
• 12 Fun Modes 🧃
• Key Bind Shortcuts 💨

Choose between Engine, Human, Neural, Style, and Fusion Modes to see the best engine moves, likely player responses, neural calculations, or different play styles. Also, further adjust between various skill levels in Human Mode. Warning: Human Mode will blunder just like real people do!

The educational "Suggestion", "Blind", and "Combat" Modes help improve your knowledge and understanding of any chess position. Suggestions allow you to memorize and recognize patterns, greatly improving your chess skills and positional knowledge. Blind moves train your hand and brain to easily analyze enemy tactics and ideas. Combative pieces of key interest help you survey complex positions.

Future Implementations
• Server Calculations
• AI Chess Engine
• GPT/LLM Integration
• New Learning Modes
• Support More Sites

Join https://chessassist.net/discord for help and status updates. Using tools to cheat / hack in chess or cheating / hacking to gain an advantage online will result in a ban. Sites are able to detect if an account may be cheating by checking the account lifespan, rating, moves, and move times. This extension is for educational use only, thank you.                    

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

Tên Chess Assist Chess Assist
ID dckmhfhoepcmjeebnjiikampblckboof
URL Chính Thức https://chromewebstore.google.com/detail/chess-assist/dckmhfhoepcmjeebnjiikampblckboof
Mô tả Improve your chess skills with this advanced extension!
Kích Thước Tệp 1.53 MB
Số Lần Cài Đặt 63,209
Phiên Bản Hiện Tại 27.6
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2022-03-23
Đánh Giá 3.95/5 Tổng số 300 Đánh Giá
Nhà Phát Triển https://chessassist.net
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://chessassist.net/
URL Trang Trợ Giúp https://chessassist.net/support
URL Trang Chính Sách Bảo Mật https://chessassist.net/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess Assist",
    "description": "Improve your chess skills with this advanced extension!",
    "version": "27.6",
    "icons": {
        "16": ".\/assets\/16.png",
        "32": ".\/assets\/32.png",
        "48": ".\/assets\/48.png",
        "96": ".\/assets\/96.png",
        "128": ".\/assets\/128.png"
    },
    "permissions": [
        "storage",
        "debugger"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lichess.org\/*",
                "https:\/\/*.chessarena.com\/*",
                "https:\/\/*.immortal.game\/*"
            ],
            "js": [
                ".\/assets\/tne.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/assets\/rgn.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/edn.html"
            ],
            "matches": [
                "https:\/\/*.lichess.org\/*",
                "https:\/\/*.chessarena.com\/*",
                "https:\/\/*.immortal.game\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_icon": {
            "16": ".\/assets\/16.png",
            "32": ".\/assets\/32.png",
            "48": ".\/assets\/48.png",
            "96": ".\/assets\/96.png",
            "128": ".\/assets\/128.png"
        },
        "default_title": "Chess Assist",
        "default_popup": ".\/assets\/edn.html"
    }
}