Chess Rocket

Supercharge your Chess matches & drastically improve your playing skills in just 2 weeks with the #1 Real Time Move Calculator

Chess Rocketคืออะไร?

Chess Rocket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chess Rocket และคุณลักษณะหลักของมันคือ "Supercharge your Chess matches & drastically improve your playing skills in just 2 weeks with the #1 Real Time Move Calculator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess Rocket

ดาวน์โหลดไฟล์ส่วนขยาย Chess Rocket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you always stuck on the same score and can't go any further?

It's not your fault.

Sometimes it seems like you're trying hard...but do you know the truth?

Most of chess players from 200 to 2000 ELO points use a move calculator.

That's why sometimes it seems almost impossible for you to win...

You know that moment when your opponent has the pieces in perfect position and you have no idea what to move?

That's what happens when your opponent makes the right moves, in the early stages, with champion precision.

You might think that having a "move calculator" is a fancier name for saying that a player is cheating, but that is not the case at all.

The move calculator is nothing more than outside help advising you what to do and what not to do.

It is like having an experienced coach 24/24 following you on every game. 

It merely advises you on the best moves to win, but you always play the game.

This is why every player should train with a move calculator:

 - Makes you learn up to 12x faster
- Gets you used to thinking in an alternative way
- ​Challenges your opponent from the very first moves
​- Makes you climb the ranks in an ethical yet brutal way
- Makes you develop a sharper mind and makes you think much faster

Are you ready to overtake your opponents simply because you will become a chess veteran?

If you want to take the shortcut to this amazing game, then Chess Rocket is for you.

Why spend thousands of hours of your life testing the best moves when you could have a simple tool suggesting them to you when you need them?

Click here to download Chess Rocket now —> https://www.chessrocketbot.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chess Rocket Chess Rocket
ID echhhkiannfcdiffgjoelanhlihdfnmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chess-rocket/echhhkiannfcdiffgjoelanhlihdfnmd
คำอธิบาย Supercharge your Chess matches & drastically improve your playing skills in just 2 weeks with the #1 Real Time Move Calculator
ขนาดไฟล์ 587 KB
จำนวนการติดตั้ง 247
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2022-11-19
คะแนน 3.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Chess Rocket
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.chessrocketbot.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "512": "images\/512.png"
    },
    "action": {
        "default_icon": "images\/512.png",
        "default_popup": "layouts\/popup.html",
        "default_title": "__MSG_appShortName__"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-3.6.1.min.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/main.js",
                "scripts\/popup.js"
            ],
            "content_security_policy": "script-src * data: blob: 'unsafe-inline' 'unsafe-eval';",
            "matches": [
                "*:\/\/*.chess.com\/*",
                "*:\/\/*.lichess.org\/*",
                "*:\/\/lichess.org\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.chess.com\/*",
        "*:\/\/*.lichess.org\/*",
        "*:\/\/lichess.org\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/stockfish\/stockfish.wasm",
                "scripts\/stockfish\/stockfish.js",
                "scripts\/stockfish\/stockfish.worker.js"
            ],
            "matches": [
                "*:\/\/*.chess.com\/*",
                "*:\/\/*.lichess.org\/*",
                "*:\/\/lichess.org\/*"
            ]
        }
    ]
}