Ultimate Tic Tac Toe

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

Co je Ultimate Tic Tac Toe?

Ultimate Tic Tac Toe je rozšíření Chrome vyvinuté allenpan0215, a jeho hlavní funkcí je „A more complex and expanded version of Tic Tac Toe that will never get boring!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ultimate Tic Tac Toe

Stáhněte si soubory rozšíření Ultimate Tic Tac Toe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Ultimate Tic Tac Toe Ultimate Tic Tac Toe
ID mbjabpmoljckdgcinjfflccpmonkfjlf
Oficiální URL https://chromewebstore.google.com/detail/ultimate-tic-tac-toe/mbjabpmoljckdgcinjfflccpmonkfjlf
Popis A more complex and expanded version of Tic Tac Toe that will never get boring!
Velikost souboru 24.27 KB
Počet instalací 97
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-03-16
Datum Vydání 2021-03-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář allenpan0215
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}