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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}