Superhero Dino Game

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

Vad är Superhero Dino Game?

Superhero Dino Game är en Chrome-tillägg utvecklad av Bhaskar Sharma, och dess huvudfunktion är "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Superhero Dino Game-förlängningens CRX-fil

Ladda ner Superhero Dino Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
Officiell webbadress https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
Beskrivning Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
Filstorlek 849 KB
Antal Installationer 769
Aktuell Version 1.1.2
Senast Uppdaterad 2021-12-07
Publiceringsdatum 2021-09-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Bhaskar Sharma
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}