Mahjongg Solitaire

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

Cos'è Mahjongg Solitaire?

Mahjongg Solitaire è un'estensione di Chrome sviluppata da http://www.noobgamer.club, e la sua funzione principale è "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mahjongg Solitaire

Scarica i file di estensione Mahjongg Solitaire in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Mahjongg Solitaire Mahjongg Solitaire
ID jhfbkphgenlemgpdceplhbaffbkimjbp
URL Ufficiale https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp
Descrizione In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Dimensione del File 46.65 KB
Conteggio Installazioni 694
Versione Corrente 1
Ultimo Aggiornamento 2020-05-30
Data di Pubblicazione 2020-05-30
Sviluppatore http://www.noobgamer.club
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.noobgamer.club/games/play/mahjongg-solitaire
URL della Pagina di Aiuto http://www.noobgamer.club/page/terms
Lingue Supportate 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
    }
}