Tic-Tac-Toe Game

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

Vad är Tic-Tac-Toe Game?

Tic-Tac-Toe Game är en Chrome-tillägg utvecklad av https://gamecheerleader.com, och dess huvudfunktion är "A classic tic-tac-toe game that plays with AI player in a popup".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Tic-Tac-Toe Game-förlängningens CRX-fil

Ladda ner Tic-Tac-Toe Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
Officiell webbadress https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
Beskrivning A classic tic-tac-toe game that plays with AI player in a popup
Filstorlek 47.42 KB
Antal Installationer 758
Aktuell Version 0.1.3
Senast Uppdaterad 2024-01-22
Publiceringsdatum 2022-06-01
Utvecklare https://gamecheerleader.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gamecheerleader.com
Hjälpsida URL https://www.gamecheerleader.com/listing/tic-tac-toe/
URL till Sekretesspolicy Sidan https://www.gamecheerleader.com/privacy-policy
Stödda Språk 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
}