Connect Four

Play a quick game of Connect Four with your pal. No need to open up a whole other website just to play Connect Four. With this…

What is Connect Four?

Connect Four is a Chrome extension developed by khanuku11, and its main feature is "Play a quick game of Connect Four with your pal. No need to open up a whole other website just to play Connect Four. With this…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Connect Four Extension CRX File

Download Connect Four 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 a quick game of Connect Four with your pal. No need to open up a whole other website just to play Connect Four. With this chrome extension, simply click on the chrome extension icon and a popup window will display the game. This chrome extension is meant to be played on the same device. To launch the app, press the icon and the game will start. One player will be red and the other player will be blue. The color of the boarder on the connect four board indicates which players turn it is. If a player has 4 consecutive pieces in a row, or in a column, or diagonally, then those pieces will be highlighted in green as well as the player icon found in the bottom indicating the player won. To replay the game, simply reopen the chrome extension. 

- If currently in a game, DO NOT INTERACT WITH ANYTHING ELSE OTHER THAN THE CHROME EXTENSION. If you click outside the connect four game, then the chrome extension will close and will have to play a new game. 

(This was meant to be a side project, but feel free to provide some feedback as to how I can improve this extension. Would be greatly appreciated!)

Enjoy the game!                    

Extension Basic Information

Name Connect Four Connect Four
ID ahaomenoemkdoibmfhljpmlobeameaei
Official URL https://chromewebstore.google.com/detail/connect-four/ahaomenoemkdoibmfhljpmlobeameaei
Description Play a quick game of Connect Four with your pal. No need to open up a whole other website just to play Connect Four. With this…
File Size 7.26 KB
Installation Count 96
Current Version 1.0
Last Updated 2021-09-20
Publish Date 2021-09-20
Rating 4.25/5 Total 4 Ratings
Developer khanuku11
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Connect Four",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "connect_four"
    }
}