Mahjongg Solitaire

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

Co to jest Mahjongg Solitaire?

Mahjongg Solitaire to rozszerzenie Chrome opracowane przez http://www.noobgamer.club, a jego główną funkcją jest „In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mahjongg Solitaire

Pobierz pliki rozszerzeń Mahjongg Solitaire w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Mahjongg Solitaire Mahjongg Solitaire
ID jhfbkphgenlemgpdceplhbaffbkimjbp
Oficjalny URL https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp
Opis In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Rozmiar pliku 46.65 KB
Liczba instalacji 694
Aktualna Wersja 1
Ostatnia Aktualizacja 2020-05-30
Data Publikacji 2020-05-30
Deweloper http://www.noobgamer.club
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.noobgamer.club/games/play/mahjongg-solitaire
Adres URL Strony Pomocy http://www.noobgamer.club/page/terms
Obsługiwane Języki 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
    }
}