Offline Dinosaur 2.0

A completely customizable version of the Offline Dinosaur Game.

Offline Dinosaur 2.0란 무엇입니까?

Offline Dinosaur 2.0은(는) HJK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A completely customizable version of the Offline Dinosaur Game."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Offline Dinosaur 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows you to customize the offline dinosaur game.

Go to the settings page to change in-game variables, sprites, and audio effects.

Access directly using:    chrome://dino



(This extension redirects you from the original offline dinosaur result to bring you to a page provided by this extension)                    

확장 프로그램 기본 정보

이름 Offline Dinosaur 2.0 Offline Dinosaur 2.0
ID lcddolbcdjhpnneaibaaleobbckkbagk
공식 URL https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk
설명 A completely customizable version of the Offline Dinosaur Game.
파일 크기 132 KB
설치 횟수 497
현재 버전 0.1
최근 업데이트 2022-02-13
출시 날짜 2022-02-13
개발자 HJK
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offline Dinosaur 2.0",
    "description": "A completely customizable version of the Offline Dinosaur Game.",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "unlimitedStorage"
    ],
    "options_page": "content\/settings.html",
    "action": {
        "default_title": "Click me to open Offline Dino",
        "default_icon": {
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "128": "\/images\/icon128.png"
    }
}