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
电子邮箱 [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
}