Superhero Dino Game
Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
What is Superhero Dino Game?
Superhero Dino Game is a Chrome extension developed by Bhaskar Sharma, and its main feature is "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline".
Extension Screenshots
Download Superhero Dino Game Extension CRX File
Download Superhero Dino Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Superhero Dino Game |
ID | gmifhfmjkaahaabgeaficgjkihpfeabn |
Official URL | https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn |
Description | Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline |
File Size | 849 KB |
Installation Count | 769 |
Current Version | 1.1.2 |
Last Updated | 2021-12-07 |
Publish Date | 2021-09-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Bhaskar Sharma |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |