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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vclip, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Gomoku

Λήψη αρχείων επέκτασης 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"
    }
}