Superhero Dino Game

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

Hvad er Superhero Dino Game?

Superhero Dino Game er en Chrome-udvidelse udviklet af Bhaskar Sharma, og dens hovedfunktion er "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Superhero Dino Game-udvidelses-CRX-fil

Download Superhero Dino Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
Officiel URL https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
Beskrivelse Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
Filstørrelse 849 KB
Antal Installationer 769
Nuværende Version 1.1.2
Senest Opdateret 2021-12-07
Udgivelsesdato 2021-09-23
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Bhaskar Sharma
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}