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
官方URL 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"
    }
}