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!

Apa itu Gomoku?

Gomoku adalah ekstensi Chrome yang dikembangkan oleh Vclip, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gomoku

Unduh file ekstensi Gomoku dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gomoku Gomoku
ID femcgljnnagkakghbnnbghkbhamlheom
URL Resmi https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom
Deskripsi Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!
Ukuran File 364 KB
Jumlah Instalasi 170
Versi Saat Ini 2021.05.14
Terakhir Diperbarui 2021-05-16
Tanggal Publikasi 2021-04-18
Pengembang Vclip
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}