Tic Tac Toe
A fun tic tac toe game.
What is Tic Tac Toe?
Tic Tac Toe is a Chrome extension developed by Vatsal, and its main feature is "A fun tic tac toe game.".
Extension Screenshots
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
Play tic tac toe in two modes, either against a tough artificial intelligence or against a friend who is with to you. Read this great review from ilovefreesoftware.com to read some feedback and also discover some other great free extensions! : http://www.ilovefreesoftware.com/18/featured/5-free-classic-games-o-play-on-chrome-browser.html
Extension Basic Information
Name | Tic Tac Toe |
ID | jjdpdpackpoaaccjmnkmgloibjgpklmm |
Official URL | https://chromewebstore.google.com/detail/tic-tac-toe/jjdpdpackpoaaccjmnkmgloibjgpklmm |
Description | A fun tic tac toe game. |
File Size | 1.39 MB |
Installation Count | 10,000 |
Current Version | 1.13 |
Last Updated | 2014-08-24 |
Publish Date | 2014-08-24 |
Rating | 2.16/5 Total 251 Ratings |
Developer | Vatsal |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tic Tac Toe", "version": "1.13", "manifest_version": 2, "description": "A fun tic tac toe game.", "browser_action": { "default_icon": "tictactoelogo.png", "default_popup": "single.html" } } |