Impossible Tic Tac Toe
Try to defeat the genius tic tac toe bot
Vad är Impossible Tic Tac Toe?
Impossible Tic Tac Toe är en Chrome-tillägg utvecklad av Aaron Tufts, och dess huvudfunktion är "Try to defeat the genius tic tac toe bot".
Tilläggsskärmbilder
Ladda ner Impossible Tic Tac Toe-förlängningens CRX-fil
Ladda ner Impossible Tic Tac Toe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Fun little tic tac toe bot to challenge when you're bored !                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | apjkgbbgbhmffnepmobpimdnckoamaga | 
| Officiell webbadress | https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga | 
| Beskrivning | Try to defeat the genius tic tac toe bot | 
| Filstorlek | 160 KB | 
| Antal Installationer | 42 | 
| Aktuell Version | 1.1 | 
| Senast Uppdaterad | 2022-03-23 | 
| Publiceringsdatum | 2022-03-23 | 
| Utvecklare | Aaron Tufts | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |