Tic-Tac-Toe Game
A classic tic-tac-toe game that plays with AI player in a popup
What is Tic-Tac-Toe Game?
Tic-Tac-Toe Game is a Chrome extension developed by https://gamecheerleader.com, and its main feature is "A classic tic-tac-toe game that plays with AI player in a popup".
Extension Screenshots
Download Tic-Tac-Toe Game Extension CRX File
Download Tic-Tac-Toe Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Tic-Tac-Toe Game |
ID | ojphegfghpacfphdjogjfonakeemcpcf |
Official URL | https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf |
Description | A classic tic-tac-toe game that plays with AI player in a popup |
File Size | 47.42 KB |
Installation Count | 758 |
Current Version | 0.1.3 |
Last Updated | 2024-01-22 |
Publish Date | 2022-06-01 |
Developer | https://gamecheerleader.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gamecheerleader.com |
Help Page URL | https://www.gamecheerleader.com/listing/tic-tac-toe/ |
Privacy Policy Page URL | https://www.gamecheerleader.com/privacy-policy |
Supported Languages | 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 } |