Chrome Dino Game

Play the dino game offline as well as online and challenge friends to beat your score.

Chrome Dino Game란 무엇입니까?

Chrome Dino Game은(는) https://www.dinogame.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play the dino game offline as well as online and challenge friends to beat your score."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chrome Dino Game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use this extension to play the Dino game from Chrome's Project Bolan. The original game was created by Sebastien Gabriel in 2014. Also called T-rex Runner, this game features a tiny dinosaur that runs through a desert.

Make the Dino jump over hurdles by hitting the spacebar button or using the up-arrow key.

The more distance t-rex covers without hitting hurdles, the more will be the score. The moment dinosaur hits any obstacle, the game gets over. 

Install the Chrome Dino game extension and start playing the game now! You can share your score with friends and challenge them to beat you.                    

확장 프로그램 기본 정보

이름 Chrome Dino Game Chrome Dino Game
ID meocheihbifcceinpgioandffklmhhff
공식 URL https://chromewebstore.google.com/detail/chrome-dino-game/meocheihbifcceinpgioandffklmhhff
설명 Play the dino game offline as well as online and challenge friends to beat your score.
파일 크기 91.56 KB
설치 횟수 810
현재 버전 0.0.34
최근 업데이트 2022-10-03
출시 날짜 2022-10-03
평점 5.00/5 총 1 개의 평점
개발자 https://www.dinogame.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dinogame.net
개인정보 보호 정책 페이지 URL https://emmelapps.blogspot.com/2022/09/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "0.0.34",
    "icons": {
        "128": "images\/icon\/logo.png"
    },
    "background": [],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "images\/icon\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    }
}