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」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } } |