Mahjongg Solitaire
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Wat is Mahjongg Solitaire?
Mahjongg Solitaire is een Chrome-extensie ontwikkeld door http://www.noobgamer.club, en de belangrijkste functie is "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".
Extensie Screenshots
Download het CRX-bestand van de extensie Mahjongg Solitaire
Download Mahjongg Solitaire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | jhfbkphgenlemgpdceplhbaffbkimjbp |
Officiële URL | https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp |
Beschrijving | In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together |
Bestandsgrootte | 46.65 KB |
Aantal Installaties | 694 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2020-05-30 |
Publicatiedatum | 2020-05-30 |
Ontwikkelaar | http://www.noobgamer.club |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.noobgamer.club/games/play/mahjongg-solitaire |
Help Pagina-URL | http://www.noobgamer.club/page/terms |
Ondersteunde Talen | 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 } } |