Tic-Tac-Toe Game

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

Τι είναι το Tic-Tac-Toe Game;

Το Tic-Tac-Toe Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gamecheerleader.com, και η κύρια λειτουργία του είναι "A classic tic-tac-toe game that plays with AI player in a popup".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tic-Tac-Toe Game

Λήψη αρχείων επέκτασης Tic-Tac-Toe Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
Επίσημο URL https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
Περιγραφή A classic tic-tac-toe game that plays with AI player in a popup
Μέγεθος Αρχείου 47.42 KB
Αριθμός Εγκαταστάσεων 758
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2022-06-01
Προγραμματιστής https://gamecheerleader.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gamecheerleader.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.gamecheerleader.com/listing/tic-tac-toe/
URL της Σελίδας Πολιτικής Απορρήτου https://www.gamecheerleader.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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
}