Superhero Dino Game

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

Что такое Superhero Dino Game?

Superhero Dino Game - это расширение Chrome, разработанное Bhaskar Sharma, и его основная функция - "Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Superhero Dino Game

Скачайте файлы расширений Superhero Dino Game в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Superhero Dino Game Superhero Dino Game
ID gmifhfmjkaahaabgeaficgjkihpfeabn
Официальный URL https://chromewebstore.google.com/detail/superhero-dino-game/gmifhfmjkaahaabgeaficgjkihpfeabn
Описание Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline
Размер файла 849 KB
Количество установок 769
Текущая Версия 1.1.2
Последнее Обновление 2021-12-07
Дата публикации 2021-09-23
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Bhaskar Sharma
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}