Mahjongg Solitaire

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

Vad är Mahjongg Solitaire?

Mahjongg Solitaire är en Chrome-tillägg utvecklad av http://www.noobgamer.club, och dess huvudfunktion är "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Mahjongg Solitaire-förlängningens CRX-fil

Ladda ner Mahjongg Solitaire-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Mahjongg Solitaire Mahjongg Solitaire
ID jhfbkphgenlemgpdceplhbaffbkimjbp
Officiell webbadress https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp
Beskrivning In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Filstorlek 46.65 KB
Antal Installationer 694
Aktuell Version 1
Senast Uppdaterad 2020-05-30
Publiceringsdatum 2020-05-30
Utvecklare http://www.noobgamer.club
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.noobgamer.club/games/play/mahjongg-solitaire
Hjälpsida URL http://www.noobgamer.club/page/terms
Stödda Språk 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
    }
}