Gomoku

Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!

什麼是Gomoku?

Gomoku是由Vclip開發的Chrome擴展程式,該擴展的主要功能是“Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Gomoku擴展crx文件

下載Gomoku擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is the Japanese board game "Gomoku" as a computer implementation with artificial intelligence. The goal of the game is to put 5 pieces in a straight horizontal, vertical or diagonal line before the computer does.
Several different designs, completely free and no ads! (And really hard)

Right-click on the playing field to start a new game.                    

擴展基本資訊

名稱 Gomoku Gomoku
ID femcgljnnagkakghbnnbghkbhamlheom
官方網址 https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom
簡介 Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!
檔案大小 364 KB
安裝次數 170
目前版本 2021.05.14
更新時間 2021-05-16
上架時間 2021-04-18
開發者 Vclip
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gomoku",
    "description": "Japanese board game Gomoku \u2013 try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!",
    "version": "2021.05.14",
    "icons": {
        "48": "v1\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "v1\/icon.png"
        },
        "default_popup": "popup.html"
    }
}