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…

¿Qué es Connect Four?

Connect Four es una extensión de Chrome desarrollada por khanuku11, y su función principal es "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…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Connect Four

Descarga archivos de extensión Connect Four en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Connect Four Connect Four
ID ahaomenoemkdoibmfhljpmlobeameaei
URL Oficial https://chromewebstore.google.com/detail/connect-four/ahaomenoemkdoibmfhljpmlobeameaei
Descripción 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…
Tamaño del Archivo 7.26 KB
Cantidad de Instalaciones 96
Versión Actual 1.0
Última Actualización 2021-09-20
Fecha de Publicación 2021-09-20
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador khanuku11
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}