Chess Hint

Automatic And Strong Chess Best Move Calculator During Live Games

O que é Chess Hint?

Chess Hint é uma extensão do Chrome desenvolvida por chesshint.com, e sua principal característica é "Automatic And Strong Chess Best Move Calculator During Live Games".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chess Hint

Baixe arquivos de extensão Chess Hint no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A fun learning way for chess is to get best move from computer during the live games ,
so, Here we are 
INSTALL NOW , and learn with more fun                    

Informações Básicas da Extensão

Nome Chess Hint Chess Hint
ID imfccoakmjplhakflfamfikhcdimlebg
URL Oficial https://chromewebstore.google.com/detail/chess-hint/imfccoakmjplhakflfamfikhcdimlebg
Descrição Automatic And Strong Chess Best Move Calculator During Live Games
Tamanho do Arquivo 283 KB
Contagem de Instalações 1,914
Versão Atual 3.0.3
Última Atualização 2023-10-18
Data de Publicação 2022-11-09
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor chesshint.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess Hint",
    "description": "Automatic And Strong Chess Best Move Calculator During Live Games",
    "version": "3.0.3",
    "icons": {
        "16": "logo\/logo-16.png",
        "32": "logo\/logo-32.png",
        "64": "logo\/logo-64.png",
        "128": "logo\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/*"
            ],
            "matches": [
                "http:\/\/chesshint.com\/*",
                "https:\/\/chesshint.com\/*",
                "http:\/\/127.0.0.1\/*",
                "http:\/\/127.0.0.1:5502\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "system.display",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/chesshint.com\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/www.chess.com\/*",
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}