Impossible Tic Tac Toe
Try to defeat the genius tic tac toe bot
ما هو Impossible Tic Tac Toe؟
Impossible Tic Tac Toe هو إضافة Chrome تم تطويرها بواسطة Aaron Tufts، والميزة الرئيسية لها هي "Try to defeat the genius tic tac toe bot".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Impossible Tic Tac Toe
قم بتنزيل ملفات الامتداد Impossible Tic Tac Toe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fun little tic tac toe bot to challenge when you're bored !
معلومات أساسية عن التمديد
الاسم | Impossible Tic Tac Toe |
ID | apjkgbbgbhmffnepmobpimdnckoamaga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga |
الوصف | Try to defeat the genius tic tac toe bot |
حجم الملف | 160 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-03-23 |
تاريخ النشر | 2022-03-23 |
المطور | Aaron Tufts |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Impossible Tic Tac Toe", "description": "Try to defeat the genius tic tac toe bot", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "\/web\/popup.html", "default_icon": { "16": ".\/images\/favico.png", "32": ".\/images\/favico.png", "48": ".\/images\/favico.png", "128": ".\/images\/favico.png" } }, "icons": { "16": ".\/images\/favico.png", "32": ".\/images\/favico.png", "48": ".\/images\/favico.png", "128": ".\/images\/favico.png" } } |