Superhero Dino Game

Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline

ما هو Superhero Dino Game؟

Superhero Dino Game هو إضافة Chrome تم تطويرها بواسطة Bhaskar Sharma، والميزة الرئيسية لها هي "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Superhero Dino Game

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

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

                        Customize chrome's Dino game to your favorite superheroes like Naruto, Batman and Mario. You can even change the villain to Joker and also change the obstacles.
Enjoy the game even when you are online or offline. Pin and click the button on the extension section.                    

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

الاسم Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
عنوان URL الرسمي https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
الوصف Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
حجم الملف 849 KB
عدد التثبيتات 769
النسخة الحالية 1.1.2
آخر تحديث 2021-12-07
تاريخ النشر 2021-09-23
تقييم 5.00/5 مجموع تقييمات 2
المطور Bhaskar Sharma
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "naruto-menu.png"
    },
    "description": "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online\/offline",
    "manifest_version": 2,
    "name": "Superhero Dino Game",
    "options_page": "index.html",
    "version": "1.1.2",
    "web_accessible_resources": [
        "index.css",
        "option.js"
    ]
}