Superhero Dino Game

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

Apa itu Superhero Dino Game?

Superhero Dino Game adalah ekstensi Chrome yang dikembangkan oleh Bhaskar Sharma, dan fitur utamanya adalah "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Superhero Dino Game

Unduh file ekstensi Superhero Dino Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
URL Resmi https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
Deskripsi Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
Ukuran File 849 KB
Jumlah Instalasi 769
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2021-12-07
Tanggal Publikasi 2021-09-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Bhaskar Sharma
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}