Mahjongg Solitaire

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

Что такое Mahjongg Solitaire?

Mahjongg Solitaire - это расширение Chrome, разработанное http://www.noobgamer.club, и его основная функция - "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Mahjongg Solitaire

Скачайте файлы расширений Mahjongg Solitaire в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Mahjongg Solitaire Mahjongg Solitaire
ID jhfbkphgenlemgpdceplhbaffbkimjbp
Официальный URL https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp
Описание In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Размер файла 46.65 KB
Количество установок 694
Текущая Версия 1
Последнее Обновление 2020-05-30
Дата публикации 2020-05-30
Разработчик http://www.noobgamer.club
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.noobgamer.club/games/play/mahjongg-solitaire
URL страницы помощи http://www.noobgamer.club/page/terms
Поддерживаемые языки 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
    }
}