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
公式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
Eメール [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"
}