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은(는) https://googledino.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "T-Rex dinosaur game is popular among players from all over the world."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

T-Rex Dinosaur Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}