T-Rex Dinosaur Game

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

T-Rex Dinosaur Gameคืออะไร?

T-Rex Dinosaur Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://googledino.com และคุณลักษณะหลักของมันคือ "T-Rex dinosaur game is popular among players from all over the world."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T-Rex Dinosaur Game

ดาวน์โหลดไฟล์ส่วนขยาย T-Rex Dinosaur Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ T-Rex Dinosaur Game T-Rex Dinosaur Game
ID gcpcpbefjicdhpiofdflmjbdjhdglnep
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/t-rex-dinosaur-game/gcpcpbefjicdhpiofdflmjbdjhdglnep
คำอธิบาย T-Rex dinosaur game is popular among players from all over the world.
ขนาดไฟล์ 62.92 KB
จำนวนการติดตั้ง 364
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-06-05
วันที่เผยแพร่ 2021-06-05
ผู้พัฒนา https://googledino.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://googledino.com/
ภาษาที่รองรับ 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"
    ]
}