Mahjongg Solitaire

In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together

Was ist Mahjongg Solitaire?

Mahjongg Solitaire ist eine Chrome-Erweiterung, die von http://www.noobgamer.club entwickelt wurde, und ihr Hauptmerkmal ist "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Mahjongg Solitaire-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mahjongg Solitaire-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Mahjongg Solitaire Mahjongg Solitaire
ID jhfbkphgenlemgpdceplhbaffbkimjbp
Offizielle URL https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp
Beschreibung In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Dateigröße 46.65 KB
Installationsanzahl 694
Aktuelle Version 1
Letztes Update 2020-05-30
Veröffentlichungsdatum 2020-05-30
Entwickler http://www.noobgamer.club
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.noobgamer.club/games/play/mahjongg-solitaire
Hilfeseite URL http://www.noobgamer.club/page/terms
Unterstützte Sprachen 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
    }
}