Impossible Tic Tac Toe
Try to defeat the genius tic tac toe bot
什么是Impossible Tic Tac Toe?
Impossible Tic Tac Toe是由Aaron Tufts开发的Chrome扩展程序,该扩展的主要功能是“Try to defeat the genius tic tac toe bot”。
扩展截图
下载Impossible Tic Tac Toe扩展crx文件
下载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" } } |