Dino Jump

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

Dino Jump là gì?

Dino Jump là một tiện ích mở rộng Chrome được phát triển bởi Dino Jump Game, và tính năng chính của nó là "New game in your browser. Your t-rex now can jump. ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dino Jump

Tải xuống các tệp mở rộng Dino Jump dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dino Jump Dino Jump
ID jjpicocpkfgkiojdnppgbjbidndbanbb
URL Chính Thức https://chrome.google.com/webstore/detail/dino-jump/jjpicocpkfgkiojdnppgbjbidndbanbb
Mô tả New game in your browser. Your t-rex now can jump.
Kích Thước Tệp 3.52 MB
Số Lần Cài Đặt 7,508
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-09-08
Ngày Phát Hành 2021-04-01
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Dino Jump Game
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}