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是由Bhaskar Sharma開發的Chrome擴展程式,該擴展的主要功能是“Customise chrome's offline running dino game between Naruto,Mario and Batman themes to play online/offline”。

擴展截圖

screenshot
screenshot
screenshot

下載Superhero Dino Game擴展crx文件

下載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
官方網址 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"
    ]
}