Dino Game
New Dino game in color. Play T-Rex Dino run offline.
ما هو Dino Game؟
Dino Game هو إضافة Chrome تم تطويرها بواسطة https://www.smart-finder.net، والميزة الرئيسية لها هي "New Dino game in color. Play T-Rex Dino run offline.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dino Game
قم بتنزيل ملفات الامتداد Dino Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Dino Game is new free color game in new tab. Extension incluces color version of game and also original version of T-Rex dino run. - Click to icon of extension. - Press spacebar to start run. - Click on spacebar if you die. - Play Dino Game online or offline mode. Jump and get the highest score possible as in T-Rex dino run.
معلومات أساسية عن التمديد
الاسم | |
ID | ghecmglkbhhfafgfddnekaoaancejanc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc |
الوصف | New Dino game in color. Play T-Rex Dino run offline. |
حجم الملف | 91.74 KB |
عدد التثبيتات | 30,000 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2021-09-27 |
تاريخ النشر | 2021-04-24 |
تقييم | 3.63/5 مجموع تقييمات 8 |
المطور | https://www.smart-finder.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.smart-finder.net/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "dino.png" }, "description": "New Dino game in color. Play T-Rex Dino run offline.", "icons": { "128": "dino.png", "16": "dino.png", "48": "dino.png" }, "manifest_version": 2, "name": "Dino Game", "options_page": "option.html", "version": "1.1.0", "offline_enabled": true, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico", "is_default": true, "keyword": "smartfinder", "name": "SmartFinder", "search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigdid&q={searchTerms}" } }, "web_accessible_resources": [ "index.css", "option.js" ] } |