Mahjong
Mahjong is the logic game the goal is to clear tiles by matching two free tiles together
Τι είναι το Mahjong;
Το Mahjong είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ABC Extensions, και η κύρια λειτουργία του είναι "Mahjong is the logic game the goal is to clear tiles by matching two free tiles together".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mahjong
Λήψη αρχείων επέκτασης Mahjong σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An old Chinese game played with small painted tiles. Mahjong is a game of skill, strategy and calculation and involves a certain degree of chance. How to play: Identify each mahjong tile. Each tile set contains 3 simple suits (stones, characters, and bamboos), 2 honor suits (winds and dragons), and 1 optional suit (flowers). Match any two tiles that are free and have the same symbol. A tile is considered free and clickable only if it is uncovered and unblocked on its left and right sides. The first player to match a hand of 14 tiles and thus "call mahjong" ends the game, whereupon tiles are scored and a winner is declared. The excitement of mahjong lies in the decisions that you will constantly have to make. Is it preferable to discard a tile and thus gain an advantage, or would it be more prudent to stay with a decent hand? There is the exhilaration of winning a hand as well as regret at not having been bold enough to have made a different choice. Like poker, you will learn a lot about your opponents as you play mahjong and adjust your strategy according to their strengths and weaknesses.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mahjong |
ID | bmagdmabniipbpkoiljnccipfibbjajb |
Επίσημο URL | https://chromewebstore.google.com/detail/mahjong/bmagdmabniipbpkoiljnccipfibbjajb |
Περιγραφή | Mahjong is the logic game the goal is to clear tiles by matching two free tiles together |
Μέγεθος Αρχείου | 6.67 MB |
Αριθμός Εγκαταστάσεων | 106 |
Τρέχουσα Έκδοση | 1.0.0.1 |
Τελευταία Ενημέρωση | 2022-04-03 |
Ημερομηνία Δημοσίευσης | 2022-04-03 |
Προγραμματιστής | ABC Extensions |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "background": { "service_worker": "worker.js" }, "content_security_policy": { "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage", "unlimitedStorage", "tabs", "scripting", "webRequest", "declarativeNetRequestWithHostAccess" ], "sandbox": { "pages": [ "index.html" ] }, "version": "1.0.0.1", "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "index.html" ], "use_dynamic_url": true } ] } |