T-Rex Dinosaur Game

T-Rex dinosaur game is popular among players from all over the world.

T-Rex Dinosaur Game là gì?

T-Rex Dinosaur Game là một tiện ích mở rộng Chrome được phát triển bởi https://googledino.com, và tính năng chính của nó là "T-Rex dinosaur game is popular among players from all over the world.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng T-Rex Dinosaur Game

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

                        To start T-Rex dinosaur game, you need to press the space bar or the up arrow. The same buttons are used to jump. You can sit down using the down arrow. On mobile devices, you only need to touch the screen.                    

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

Tên T-Rex Dinosaur Game T-Rex Dinosaur Game
ID gcpcpbefjicdhpiofdflmjbdjhdglnep
URL Chính Thức https://chrome.google.com/webstore/detail/t-rex-dinosaur-game/gcpcpbefjicdhpiofdflmjbdjhdglnep
Mô tả T-Rex dinosaur game is popular among players from all over the world.
Kích Thước Tệp 62.92 KB
Số Lần Cài Đặt 364
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-05
Ngày Phát Hành 2021-06-05
Nhà Phát Triển https://googledino.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://googledino.com/
Ngôn Ngữ Được Hỗ Trợ ms,de,en,en-GB,en-US,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,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "running-dinosaur-game.html",
        "default_title": "T-Rex Dinosaur Game"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "default_locale": "en",
    "description": "T-Rex dinosaur game is popular among players from all over the world.",
    "icons": {
        "128": "assets\/icon.png"
    },
    "manifest_version": 2,
    "name": "T-Rex Dinosaur Game",
    "permissions": [
        "contextMenus"
    ],
    "sandbox": {
        "content_security_policy": "sandbox allow-scripts; script-src 'self'; object-src 'self'",
        "pages": [
            "running-dinosaur-game.html"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "version_name": "classic",
    "web_accessible_resources": [
        "assets\/icon.png"
    ]
}