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
Eメール [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"
    ]
}