Dino Game

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

Dino Game là gì?

Dino Game là một tiện ích mở rộng Chrome được phát triển bởi https://www.smart-finder.net, và tính năng chính của nó là "New Dino game in color. Play T-Rex Dino run offline.".

Ả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 Game

Tải xuống các tệp mở rộng Dino Game 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

                        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.                    

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

Tên Dino Game Dino Game
ID ghecmglkbhhfafgfddnekaoaancejanc
URL Chính Thức https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc
Mô tả New Dino game in color. Play T-Rex Dino run offline.
Kích Thước Tệp 91.74 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-09-27
Ngày Phát Hành 2021-04-24
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.smart-finder.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.smart-finder.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}