Mahjongg Solitaire

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

¿Qué es Mahjongg Solitaire?

Mahjongg Solitaire es una extensión de Chrome desarrollada por http://www.noobgamer.club, y su función principal es "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Mahjongg Solitaire

Descarga archivos de extensión Mahjongg Solitaire en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Mahjongg Solitaire Mahjongg Solitaire
ID jhfbkphgenlemgpdceplhbaffbkimjbp
URL Oficial https://chrome.google.com/webstore/detail/mahjongg-solitaire/jhfbkphgenlemgpdceplhbaffbkimjbp
Descripción In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
Tamaño del Archivo 46.65 KB
Cantidad de Instalaciones 694
Versión Actual 1
Última Actualización 2020-05-30
Fecha de Publicación 2020-05-30
Desarrollador http://www.noobgamer.club
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.noobgamer.club/games/play/mahjongg-solitaire
URL de la Página de Ayuda http://www.noobgamer.club/page/terms
Idiomas Soportados 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
    }
}