Dinosaur Game Night version

T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.

ما هو Dinosaur Game Night version؟

Dinosaur Game Night version هو إضافة Chrome تم تطويرها بواسطة krilipskaja، والميزة الرئيسية لها هي "T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dinosaur Game Night version

قم بتنزيل ملفات الامتداد Dinosaur Game Night version بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        To start the Dino game (and jump) - "Space" button, to duck - ""down arrow (v)" button.                    

معلومات أساسية عن التمديد

الاسم Dinosaur Game Night version Dinosaur Game Night version
ID jmannejmocekgjmodglhplclhcjnmodn
عنوان URL الرسمي https://chromewebstore.google.com/detail/dinosaur-game-night-versi/jmannejmocekgjmodglhplclhcjnmodn
الوصف T-Rex Dino game in black edition for Chrome browser. Now you can play at night and without Internet.
حجم الملف 49.67 KB
عدد التثبيتات 698
النسخة الحالية 1.0.0
آخر تحديث 2021-05-25
تاريخ النشر 2021-04-15
المطور krilipskaja
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,en-GB,en-US
manifest.json
{
    "background": {
        "page": "back.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "index.html",
        "default_title": "Dinosaur Game Night version"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Dinosaur Game Night version",
    "short_name": "Dinosaur Game Night version",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "options.html"
    ]
}