Ultimate Tic Tac Toe

A more complex and expanded version of Tic Tac Toe that will never get boring!

O que é Ultimate Tic Tac Toe?

Ultimate Tic Tac Toe é uma extensão do Chrome desenvolvida por allenpan0215, e sua principal característica é "A more complex and expanded version of Tic Tac Toe that will never get boring!".

Capturas de Tela da Extensão

screenshot

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

Baixe arquivos de extensão Ultimate 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

                        Play Ultimate Tic Tac Toe. A more complex and thought provoking version of Tic Tac Toe that you can play with friends. The rules are simple. Player 1 can place an X on any of the 9 mini tic tac toe squares, and player 2 must place their O depending on player 1's move. For example, if player 1 placed an X in the top right corner of the middle tic tac toe square, player 2 must now place an O in the top right square of the overall board!
First to get 3 consecutive X's or O's on the overall board wins!                    

Informações Básicas da Extensão

Nome Ultimate Tic Tac Toe Ultimate Tic Tac Toe
ID mbjabpmoljckdgcinjfflccpmonkfjlf
URL Oficial https://chromewebstore.google.com/detail/ultimate-tic-tac-toe/mbjabpmoljckdgcinjfflccpmonkfjlf
Descrição A more complex and expanded version of Tic Tac Toe that will never get boring!
Tamanho do Arquivo 24.27 KB
Contagem de Instalações 97
Versão Atual 1.0.0
Última Atualização 2021-03-16
Data de Publicação 2021-03-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor allenpan0215
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Tic Tac Toe",
    "description": "A more complex and expanded version of Tic Tac Toe that will never get boring!",
    "version": "1.0.0",
    "icons": {
        "16": ".\/tictactoe16.png",
        "48": ".\/tictactoe48.png",
        "128": ".\/tictactoe128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "tictactoe128.png"
    }
}