2048 Game
Move the tiles and if two tiles have the same number, they merge into one
ما هو 2048 Game؟
2048 Game هو إضافة Chrome تم تطويرها بواسطة InitDex، والميزة الرئيسية لها هي "Move the tiles and if two tiles have the same number, they merge into one".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 2048 Game
قم بتنزيل ملفات الامتداد 2048 Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.new search update
معلومات أساسية عن التمديد
الاسم | |
ID | domcbkielhenkcbpaijigldnakonmeba |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba |
الوصف | Move the tiles and if two tiles have the same number, they merge into one |
حجم الملف | 345 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.0.0.2 |
آخر تحديث | 2019-04-08 |
تاريخ النشر | 2019-04-08 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | InitDex |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.leadforyou.net/privacy-policy-auto-assistant |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "page": "bgr.html" }, "browser_action": { "default_icon": "icon\/48.png", "default_title": "Launch game" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Move the tiles and if two tiles have the same number, they merge into one", "icons": { "128": "icon\/128.png", "16": "icon\/64.png", "48": "icon\/48.png" }, "manifest_version": 2, "name": "2048 Game", "permissions": [ "tabs", "activeTab", "storage", " |