Superhero Dino Game

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

Cos'è Superhero Dino Game?

Superhero Dino Game è un'estensione di Chrome sviluppata da Bhaskar Sharma, e la sua funzione principale è "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Superhero Dino Game

Scarica i file di estensione Superhero Dino Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
URL Ufficiale https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
Descrizione Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
Dimensione del File 849 KB
Conteggio Installazioni 769
Versione Corrente 1.1.2
Ultimo Aggiornamento 2021-12-07
Data di Pubblicazione 2021-09-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Bhaskar Sharma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}