Noughts And Crosses

Play TicTacToe Game For Single/Two Player Mode.

What is Noughts And Crosses?

Noughts And Crosses is a Chrome extension developed by SrinathYatawar, and its main feature is "Play TicTacToe Game For Single/Two Player Mode.".

Extension Screenshots

screenshot
screenshot

Download Noughts And Crosses Extension CRX File

Download Noughts And Crosses 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

                        It's a tic tac toe game where single user can play with computer(AI) else, here two player mode is also provided to play with friends for user entertainment.
key features of game are:-
- 2 player mode
- 1 player mode(easy, medium, hard)
- track win/loose/tie
- sound button provided to mute or unmute
- it's a 3x3 board
- beautiful colours and user interface

The UI of the game is created by keeping in mind the best user experience to be provided.
More features coming soon!                    

Extension Basic Information

Name Noughts And Crosses Noughts And Crosses
ID kcnelndkmclopjkjbefkmjhaomkcipof
Official URL https://chromewebstore.google.com/detail/noughts-and-crosses/kcnelndkmclopjkjbefkmjhaomkcipof
Description Play TicTacToe Game For Single/Two Player Mode.
File Size 207 KB
Installation Count 477
Current Version 1.1.2
Last Updated 2022-02-02
Publish Date 2022-02-01
Rating 5.00/5 Total 4 Ratings
Developer SrinathYatawar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noughts And Crosses",
    "version": "1.1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "tictactoe.png"
    },
    "description": "Play TicTacToe Game For Single\/Two Player Mode.",
    "icons": {
        "128": "tictactoe.png"
    }
}