Mahjongg Solitaire
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Mahjongg Solitaire là gì?
Mahjongg Solitaire là một tiện ích mở rộng Chrome được phát triển bởi http://www.noobgamer.club, và tính năng chính của nó là "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mahjongg Solitaire
Tải xuống các tệp mở rộng Mahjongg Solitaire dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together. Free tiles are those whose sides are uncovered. If you're stuck, click the "Hint" button in the bottom-right corner for some help! Put your eyes to the test and find out why the world loves this free mahjong solitaire game!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jhfbkphgenlemgpdceplhbaffbkimjbp |
URL Chính Thức | https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp |
Mô tả | In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together |
Kích Thước Tệp | 46.65 KB |
Số Lần Cài Đặt | 694 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2020-05-30 |
Ngày Phát Hành | 2020-05-30 |
Nhà Phát Triển | http://www.noobgamer.club |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.noobgamer.club/games/play/mahjongg-solitaire |
URL Trang Trợ Giúp | http://www.noobgamer.club/page/terms |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mahjongg Solitaire", "manifest_version": 2, "description": "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together", "icons": { "16": "16.png", "128": "128.png" }, "version": "1", "browser_action": [], "background": { "scripts": [ "popup.js" ], "persistent": false } } |