Mahjongg Solitaire
In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together
ما هو Mahjongg Solitaire؟
Mahjongg Solitaire هو إضافة Chrome تم تطويرها بواسطة http://www.noobgamer.club، والميزة الرئيسية لها هي "In this epic mahjong solitaire game, the goal is to clear tiles by matching two free tiles together".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mahjongg Solitaire
قم بتنزيل ملفات الامتداد Mahjongg Solitaire بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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 } } |