Mahjongg Solitaire
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Hvad er Mahjongg Solitaire?
Mahjongg Solitaire er en Chrome-udvidelse udviklet af http://www.noobgamer.club, og dens hovedfunktion er "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".
Udvidelsesskærmbilleder
Download Mahjongg Solitaire-udvidelses-CRX-fil
Download Mahjongg Solitaire-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jhfbkphgenlemgpdceplhbaffbkimjbp |
Officiel URL | https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp |
Beskrivelse | In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together |
Filstørrelse | 46.65 KB |
Antal Installationer | 694 |
Nuværende Version | 1 |
Senest Opdateret | 2020-05-30 |
Udgivelsesdato | 2020-05-30 |
Udvikler | http://www.noobgamer.club |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.noobgamer.club/games/play/mahjongg-solitaire |
Hjælpeside-URL | http://www.noobgamer.club/page/terms |
Understøttede Sprog | 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 } } |