Tic-Tac-Toe

Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.

What is Tic-Tac-Toe?

Tic-Tac-Toe is a Chrome extension developed by tarundabhi, and its main feature is "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tic-Tac-Toe Extension CRX File

Download Tic-Tac-Toe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Tic-Tac-Toe Tic-Tac-Toe
ID fefhbndhjbpfggfackdcgdiikdpbgomn
Official URL https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn
Description Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
File Size 142 KB
Installation Count 122
Current Version 1.1
Last Updated 2018-08-11
Publish Date 2018-08-11
Developer tarundabhi
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tic-Tac-Toe",
    "version": "1.1",
    "description": "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3\u00d73 grid.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}