Tic-Tac-Toe Game

A classic tic-tac-toe game that plays with AI player in a popup

O que é Tic-Tac-Toe Game?

Tic-Tac-Toe Game é uma extensão do Chrome desenvolvida por https://gamecheerleader.com, e sua principal característica é "A classic tic-tac-toe game that plays with AI player in a popup".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tic-Tac-Toe Game

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

                        Play Tic-Tac-Toe game in single player mode against an AI player.  Try to set different difficulty levels and see if you can beat the AI. You may love the smartest AI player with master level.

Have fun with this classic puzzle game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.3 
- Add the section on new games

Version 0.1.0 - 0.1.2
- Initial release of the game
- Improve game interface                    

Informações Básicas da Extensão

Nome Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
URL Oficial https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
Descrição A classic tic-tac-toe game that plays with AI player in a popup
Tamanho do Arquivo 47.42 KB
Contagem de Instalações 758
Versão Atual 0.1.3
Última Atualização 2024-01-22
Data de Publicação 2022-06-01
Desenvolvedor https://gamecheerleader.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gamecheerleader.com
URL da Página de Ajuda https://www.gamecheerleader.com/listing/tic-tac-toe/
URL da Página de Política de Privacidade https://www.gamecheerleader.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tic-Tac-Toe Game",
    "short_name": "tic-tac-toe",
    "version": "0.1.3",
    "description": "A classic tic-tac-toe game that plays with AI player in a popup",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "index.html"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}