GBChess Extension

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

Was ist GBChess Extension?

GBChess Extension ist eine Chrome-Erweiterung, die von http://www.grandbastard.com entwickelt wurde, und ihr Hauptmerkmal ist "Chess Next Move Extension for Chess.com and Lichess.org".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GBChess Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie GBChess Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GBChess Extension GBChess Extension
ID ogdgmmjdlbkiikfkagogfdedkloonigi
Offizielle URL https://chrome.google.com/webstore/detail/gbchess-extension/ogdgmmjdlbkiikfkagogfdedkloonigi
Beschreibung Chess Next Move Extension for Chess.com and Lichess.org
Dateigröße 414 KB
Installationsanzahl 10,000
Aktuelle Version 1.36
Letztes Update 2020-09-08
Veröffentlichungsdatum 2020-06-16
Bewertung 2.43/5 Insgesamt 106 Bewertungen
Entwickler http://www.grandbastard.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.grandbastard.com
URL der Datenschutzrichtlinien-Seite https://www.smartadblock.co.uk/privacy.php
Unterstützte Sprachen 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"
}