Superhero Dino Game

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

Co to jest Superhero Dino Game?

Superhero Dino Game to rozszerzenie Chrome opracowane przez Bhaskar Sharma, a jego główną funkcją jest „Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Superhero Dino Game

Pobierz pliki rozszerzeń Superhero Dino Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
Oficjalny URL https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
Opis Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
Rozmiar pliku 849 KB
Liczba instalacji 769
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2021-12-07
Data Publikacji 2021-09-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Bhaskar Sharma
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}