Impossible Tic Tac Toe

Try to defeat the genius tic tac toe bot

O que é Impossible Tic Tac Toe?

Impossible Tic Tac Toe é uma extensão do Chrome desenvolvida por Aaron Tufts, e sua principal característica é "Try to defeat the genius tic tac toe bot".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Impossible Tic Tac Toe

Baixe arquivos de extensão Impossible Tic Tac Toe 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

                        Fun little tic tac toe bot to challenge when you're bored !                    

Informações Básicas da Extensão

Nome Impossible Tic Tac Toe Impossible Tic Tac Toe
ID apjkgbbgbhmffnepmobpimdnckoamaga
URL Oficial https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga
Descrição Try to defeat the genius tic tac toe bot
Tamanho do Arquivo 160 KB
Contagem de Instalações 42
Versão Atual 1.1
Última Atualização 2022-03-23
Data de Publicação 2022-03-23
Desenvolvedor Aaron Tufts
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Impossible Tic Tac Toe",
    "description": "Try to defeat the genius tic tac toe bot",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/web\/popup.html",
        "default_icon": {
            "16": ".\/images\/favico.png",
            "32": ".\/images\/favico.png",
            "48": ".\/images\/favico.png",
            "128": ".\/images\/favico.png"
        }
    },
    "icons": {
        "16": ".\/images\/favico.png",
        "32": ".\/images\/favico.png",
        "48": ".\/images\/favico.png",
        "128": ".\/images\/favico.png"
    }
}