Tic-Tac-Toe Game

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

Co je Tic-Tac-Toe Game?

Tic-Tac-Toe Game je rozšíření Chrome vyvinuté https://gamecheerleader.com, a jeho hlavní funkcí je „A classic tic-tac-toe game that plays with AI player in a popup“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Tic-Tac-Toe Game 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 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                    

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

Název Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
Oficiální URL https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
Popis A classic tic-tac-toe game that plays with AI player in a popup
Velikost souboru 47.42 KB
Počet instalací 758
Aktuální Verze 0.1.3
Poslední Aktualizace 2024-01-22
Datum Vydání 2022-06-01
Vývojář https://gamecheerleader.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.gamecheerleader.com
URL Stránky Nápovědy https://www.gamecheerleader.com/listing/tic-tac-toe/
URL Stránky Zásad Ochrany Soukromí https://www.gamecheerleader.com/privacy-policy
Podporované Jazyky 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
}