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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}