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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |