Dino Game

New Dino game in color. Play T-Rex Dino run offline.

什么是Dino Game?

Dino Game是由https://www.smart-finder.net开发的Chrome扩展程序,该扩展的主要功能是“New Dino game in color. Play T-Rex Dino run offline.”。

扩展截图

screenshot

下载Dino Game扩展crx文件

下载Dino Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Dino Game is new free color game in new tab. Extension incluces color version of game and also original version of T-Rex dino run.

- Click to icon of extension.
- Press spacebar to start run.
- Click on spacebar if you die.
- Play Dino Game online or offline mode. 

Jump and get the highest score possible as in T-Rex dino run.                    

扩展基本信息

名称 Dino Game Dino Game
ID ghecmglkbhhfafgfddnekaoaancejanc
官方URL https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc
简介 New Dino game in color. Play T-Rex Dino run offline.
文件大小 91.74 KB
安装次数 30,000
当前版本 1.1.0
更新时间 2021-09-27
上架时间 2021-04-24
评分 3.63/5 共8次评分
开发者 https://www.smart-finder.net
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.smart-finder.net/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "dino.png"
    },
    "description": "New Dino game in color. Play T-Rex Dino run offline.",
    "icons": {
        "128": "dino.png",
        "16": "dino.png",
        "48": "dino.png"
    },
    "manifest_version": 2,
    "name": "Dino Game",
    "options_page": "option.html",
    "version": "1.1.0",
    "offline_enabled": true,
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico",
            "is_default": true,
            "keyword": "smartfinder",
            "name": "SmartFinder",
            "search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigdid&q={searchTerms}"
        }
    },
    "web_accessible_resources": [
        "index.css",
        "option.js"
    ]
}