GBChess Extension

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

Cos'è GBChess Extension?

GBChess Extension è un'estensione di Chrome sviluppata da http://www.grandbastard.com, e la sua funzione principale è "Chess Next Move Extension for Chess.com and Lichess.org".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GBChess Extension

Scarica i file di estensione GBChess Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GBChess Extension GBChess Extension
ID ogdgmmjdlbkiikfkagogfdedkloonigi
URL Ufficiale https://chrome.google.com/webstore/detail/gbchess-extension/ogdgmmjdlbkiikfkagogfdedkloonigi
Descrizione Chess Next Move Extension for Chess.com and Lichess.org
Dimensione del File 414 KB
Conteggio Installazioni 10,000
Versione Corrente 1.36
Ultimo Aggiornamento 2020-09-08
Data di Pubblicazione 2020-06-16
Valutazione 2.43/5 Totale 106 Valutazioni
Sviluppatore http://www.grandbastard.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.grandbastard.com
URL della Pagina della Politica sulla Privacy https://www.smartadblock.co.uk/privacy.php
Lingue Supportate 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"
}