Dino Jump

New game in your browser. Your t-rex now can jump.

Dino Jumpとは何ですか?

Dino JumpはDino Jump Gameによって開発されたChromeの拡張機能で、その主な機能は「New game in your browser. Your t-rex now can jump. 」です。

拡張機能のスクリーンショット

screenshot

Dino Jump拡張機能のCRXファイルをダウンロード

Dino Jump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever expected that you will be playing two the most popular games simultaneosly. Doodle Jump and Running dinosaur now are turned into Dino Jump, so now it is avaliable in your browser. It is real action and arcade in one. Control keys are the same. More adventures are waiting for you.
Enjoy jumping with your t-rex!                    

拡張機能の基本情報

名前 Dino Jump Dino Jump
ID jjpicocpkfgkiojdnppgbjbidndbanbb
公式URL https://chrome.google.com/webstore/detail/dino-jump/jjpicocpkfgkiojdnppgbjbidndbanbb
説明 New game in your browser. Your t-rex now can jump.
ファイルサイズ 3.52 MB
インストール数 7,508
現在のバージョン 2.0
最終更新日 2022-09-08
公開日 2021-04-01
評価 5.00/5 合計 6 レビュー
開発者 Dino Jump Game
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "version": "2.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}