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…

Connect Four là gì?

Connect Four là một tiện ích mở rộng Chrome được phát triển bởi khanuku11, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Connect Four

Tải xuống các tệp mở rộng Connect Four dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Connect Four Connect Four
ID ahaomenoemkdoibmfhljpmlobeameaei
URL Chính Thức https://chromewebstore.google.com/detail/connect-four/ahaomenoemkdoibmfhljpmlobeameaei
Mô tả 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…
Kích Thước Tệp 7.26 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-20
Ngày Phát Hành 2021-09-20
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển khanuku11
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}