Green Mahjong
Solitaire mahjong game with three nice themes, six different layouts
Что такое Green Mahjong?
Green Mahjong - это расширение Chrome, разработанное https://freegamesky.com, и его основная функция - "Solitaire mahjong game with three nice themes, six different layouts".
Снимки экрана расширения
Скачать файл CRX расширения Green Mahjong
Скачайте файлы расширений Green Mahjong в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Green Mahjong is a solitaire mahjong game. It features three nice themes, six different layouts.
Основная информация о расширении
Название | Green Mahjong |
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 |
Электронная почта | [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 } |