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はhttps://gamecheerleader.comによって開発されたChromeの拡張機能で、その主な機能は「A classic tic-tac-toe game that plays with AI player in a popup」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Tic-Tac-Toe Game拡張機能のCRXファイルをダウンロード

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
Eメール [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
}