Ultimate Tic Tac Toe

A more complex and expanded version of Tic Tac Toe that will never get boring!

ما هو Ultimate Tic Tac Toe؟

Ultimate Tic Tac Toe هو إضافة Chrome تم تطويرها بواسطة allenpan0215، والميزة الرئيسية لها هي "A more complex and expanded version of Tic Tac Toe that will never get boring!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ultimate Tic Tac Toe

قم بتنزيل ملفات الامتداد Ultimate Tic Tac Toe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Play Ultimate Tic Tac Toe. A more complex and thought provoking version of Tic Tac Toe that you can play with friends. The rules are simple. Player 1 can place an X on any of the 9 mini tic tac toe squares, and player 2 must place their O depending on player 1's move. For example, if player 1 placed an X in the top right corner of the middle tic tac toe square, player 2 must now place an O in the top right square of the overall board!
First to get 3 consecutive X's or O's on the overall board wins!                    

معلومات أساسية عن التمديد

الاسم Ultimate Tic Tac Toe Ultimate Tic Tac Toe
ID mbjabpmoljckdgcinjfflccpmonkfjlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/ultimate-tic-tac-toe/mbjabpmoljckdgcinjfflccpmonkfjlf
الوصف A more complex and expanded version of Tic Tac Toe that will never get boring!
حجم الملف 24.27 KB
عدد التثبيتات 97
النسخة الحالية 1.0.0
آخر تحديث 2021-03-16
تاريخ النشر 2021-03-15
تقييم 5.00/5 مجموع تقييمات 4
المطور allenpan0215
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Tic Tac Toe",
    "description": "A more complex and expanded version of Tic Tac Toe that will never get boring!",
    "version": "1.0.0",
    "icons": {
        "16": ".\/tictactoe16.png",
        "48": ".\/tictactoe48.png",
        "128": ".\/tictactoe128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "tictactoe128.png"
    }
}