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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tic-Tac-Toe Game
قم بتنزيل ملفات الامتداد Tic-Tac-Toe Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | https://www.gamecheerleader.com/listing/tic-tac-toe/ |
عنوان صفحة سياسة الخصوصية | 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 } |