Impossible Tic Tac Toe

Try to defeat the genius tic tac toe bot

Apa itu Impossible Tic Tac Toe?

Impossible Tic Tac Toe adalah ekstensi Chrome yang dikembangkan oleh Aaron Tufts, dan fitur utamanya adalah "Try to defeat the genius tic tac toe bot".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Impossible Tic Tac Toe

Unduh file ekstensi Impossible Tic Tac Toe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Fun little tic tac toe bot to challenge when you're bored !                    

Informasi Dasar Ekstensi

Nama Impossible Tic Tac Toe Impossible Tic Tac Toe
ID apjkgbbgbhmffnepmobpimdnckoamaga
URL Resmi https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga
Deskripsi Try to defeat the genius tic tac toe bot
Ukuran File 160 KB
Jumlah Instalasi 42
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-03-23
Tanggal Publikasi 2022-03-23
Pengembang Aaron Tufts
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}