Dino Game

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

Dino Game란 무엇입니까?

Dino Game은(는) https://www.smart-finder.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Dino game in color. Play T-Rex Dino run offline."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Dino Game Dino Game
ID ghecmglkbhhfafgfddnekaoaancejanc
공식 URL https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc
설명 New Dino game in color. Play T-Rex Dino run offline.
파일 크기 91.74 KB
설치 횟수 30,000
현재 버전 1.1.0
최근 업데이트 2021-09-27
출시 날짜 2021-04-24
평점 3.63/5 총 8 개의 평점
개발자 https://www.smart-finder.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.smart-finder.net/privacy.html
지원되는 언어 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"
    ]
}