Mahjongg Solitaire

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

什麼是Mahjongg Solitaire?

Mahjongg Solitaire是由http://www.noobgamer.club開發的Chrome擴展程式,該擴展的主要功能是“In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Mahjongg Solitaire擴展crx文件

下載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
官方網址 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
    }
}