GBChess Extension

Chess Next Move Extension for Chess.com and Lichess.org

GBChess Extensionคืออะไร?

GBChess Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.grandbastard.com และคุณลักษณะหลักของมันคือ "Chess Next Move Extension for Chess.com and Lichess.org"

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

screenshot
screenshot
screenshot

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

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

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

                        By the creators of SmartAdBlock

Get a Hint in the Middle of the Game With GrandBastard Chess Analysis Browser Extension. This extension shows you the next best move in your live chess game.
Compatible With Chess.com and Lichess.org.

After installation in chrome please refresh your chess game page to allow the extension to be effective.
 
Privacy Policy: We NEVER store any user data. The extension is invisible to visited websites. We do not promote cheating on chess websites.                    

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

ชื่อ GBChess Extension GBChess Extension
ID ogdgmmjdlbkiikfkagogfdedkloonigi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gbchess-extension/ogdgmmjdlbkiikfkagogfdedkloonigi
คำอธิบาย Chess Next Move Extension for Chess.com and Lichess.org
ขนาดไฟล์ 414 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.36
อัปเดตครั้งล่าสุด 2020-09-08
วันที่เผยแพร่ 2020-06-16
คะแนน 2.43/5 รวมทั้งหมด 106 คะแนน
ผู้พัฒนา http://www.grandbastard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.grandbastard.com
URL หน้านโยบายความเป็นส่วนตัว https://www.smartadblock.co.uk/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GBChess Extension",
    "description": "Chess Next Move Extension for Chess.com and Lichess.org",
    "version": "1.36",
    "homepage_url": "http:\/\/www.grandbastard.com",
    "author": "GBChess Admin",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "72": "icons\/icon72.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup\/grandbastard.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.grandbastard.com\/",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background-script.js",
            "js\/jquery.js",
            "js\/stockfish.js",
            "js\/chess.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "default_locale": "en"
}