Mahjongg Solitaire
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
What is Mahjongg Solitaire?
Mahjongg Solitaire is a Chrome extension developed by http://www.noobgamer.club, and its main feature is "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".
Extension Screenshots
Download Mahjongg Solitaire Extension CRX File
Download Mahjongg Solitaire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | jhfbkphgenlemgpdceplhbaffbkimjbp |
Official URL | https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp |
Description | In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together |
File Size | 46.65 KB |
Installation Count | 694 |
Current Version | 1 |
Last Updated | 2020-05-30 |
Publish Date | 2020-05-30 |
Developer | http://www.noobgamer.club |
[email protected] | |
Payment Type | free |
Extension Website | http://www.noobgamer.club/games/play/mahjongg-solitaire |
Help Page URL | http://www.noobgamer.club/page/terms |
Supported Languages | 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 } } |