Green Mahjong
Solitaire mahjong game with three nice themes, six different layouts
Green Mahjongとは何ですか?
Green Mahjongはhttps://freegamesky.comによって開発されたChromeの拡張機能で、その主な機能は「Solitaire mahjong game with three nice themes, six different layouts」です。
拡張機能のスクリーンショット
Green Mahjong拡張機能のCRXファイルをダウンロード
Green Mahjong拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Green Mahjong is a solitaire mahjong game. It features three nice themes, six different layouts. 拡張機能の基本情報
| 名前 | |
| ID | aglkdaiofcmfomnggcojbcpbihbaceai |
| 公式URL | https://chromewebstore.google.com/detail/green-mahjong/aglkdaiofcmfomnggcojbcpbihbaceai |
| 説明 | Solitaire mahjong game with three nice themes, six different layouts |
| ファイルサイズ | 6.26 MB |
| インストール数 | 1,593 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2019-09-10 |
| 公開日 | 2019-09-09 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://freegamesky.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.wallpaperaddons.com/privacy-policy |
| 対応言語 | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_AppName__",
"version": "1.0.1",
"description": "__MSG_AppDesc__",
"default_locale": "en",
"icons": {
"128": "logo-128.png",
"48": "logo-48.png",
"16": "logo-16.png"
},
"browser_action": {
"default_icon": {
"16": "logo-16.png",
"32": "logo-32.png"
}
},
"background": {
"scripts": [
"\/js\/common-push-init.js",
"\/js\/common-push.min.js",
"\/js\/background.js"
]
},
"permissions": [
"https:\/\/*.freegamesky.com\/*",
"notifications"
],
"offline_enabled": true
} | |