Ultimate Tic Tac Toe

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

¿Qué es Ultimate Tic Tac Toe?

Ultimate Tic Tac Toe es una extensión de Chrome desarrollada por allenpan0215, y su función principal es "A more complex and expanded version of Tic Tac Toe that will never get boring!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ultimate Tic Tac Toe

Descarga archivos de extensión Ultimate Tic Tac Toe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Ultimate Tic Tac Toe Ultimate Tic Tac Toe
ID mbjabpmoljckdgcinjfflccpmonkfjlf
URL Oficial https://chromewebstore.google.com/detail/ultimate-tic-tac-toe/mbjabpmoljckdgcinjfflccpmonkfjlf
Descripción A more complex and expanded version of Tic Tac Toe that will never get boring!
Tamaño del Archivo 24.27 KB
Cantidad de Instalaciones 97
Versión Actual 1.0.0
Última Actualización 2021-03-16
Fecha de Publicación 2021-03-15
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador allenpan0215
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}