Mahjongg Solitaire
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
什么是Mahjongg Solitaire?
Mahjongg Solitaire是由http://www.noobgamer.club开发的Chrome扩展程序,该扩展的主要功能是“In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together”。
扩展截图
下载Mahjongg Solitaire扩展crx文件
下载Mahjongg Solitaire扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | jhfbkphgenlemgpdceplhbaffbkimjbp |
官方URL | https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp |
简介 | In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together |
文件大小 | 46.65 KB |
安装次数 | 694 |
当前版本 | 1 |
更新时间 | 2020-05-30 |
上架时间 | 2020-05-30 |
开发者 | http://www.noobgamer.club |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.noobgamer.club/games/play/mahjongg-solitaire |
帮助页面URL | http://www.noobgamer.club/page/terms |
支持的语言 | 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 } } |