GBChess Extension

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

什麼是GBChess Extension?

GBChess Extension是由http://www.grandbastard.com開發的Chrome擴展程式,該擴展的主要功能是“Chess Next Move Extension for Chess.com and Lichess.org”。

擴展截圖

screenshot
screenshot
screenshot

下載GBChess Extension擴展crx文件

下載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
官方網址 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"
}