Superhero Dino Game

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

Co je Superhero Dino Game?

Superhero Dino Game je rozšíření Chrome vyvinuté Bhaskar Sharma, a jeho hlavní funkcí je „Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Superhero Dino Game

Stáhněte si soubory rozšíření Superhero Dino Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
Oficiální URL https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
Popis Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
Velikost souboru 849 KB
Počet instalací 769
Aktuální Verze 1.1.2
Poslední Aktualizace 2021-12-07
Datum Vydání 2021-09-23
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Bhaskar Sharma
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}