Running dinosaur game

Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses

Running dinosaur game란 무엇입니까?

Running dinosaur game은(는) https://runningdinosaur.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Running dinosaur game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click here to play the classic Running dinosaur game.
Running dinosaur game is a game inspired by Chrome Dino (also known as T-Rex Game, or the NO INTERNET GAME) - one of the hidden games.
NOTE: This is not a Google Chrome game. The development of "Running Dinosaur Game" has nothing to do with Google or Google Chrome. Google Chrome is a registered trademark of Google, Inc.
There are only one button to play this game: spacebar. With this extension You don't need to turn off the internet to play.
Our game does not require fast internet or outdated flash. Entertain yourself at any time. This addon is a self-dependent game, not a link to a website or iframe.
Have fun running the Running Dinosaur Game!                    

확장 프로그램 기본 정보

이름 Running dinosaur game Running dinosaur game
ID bhfacpelohahnefmmccfjmjdpmmhhhlf
공식 URL https://chromewebstore.google.com/detail/running-dinosaur-game/bhfacpelohahnefmmccfjmjdpmmhhhlf
설명 Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses
파일 크기 62.27 KB
설치 횟수 2,000
현재 버전 1.3.3
최근 업데이트 2023-11-22
출시 날짜 2023-06-29
평점 5.00/5 총 3 개의 평점
개발자 https://runningdinosaur.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/11X9kOiOj-FBwEILUpMXyxavNGnDTaarFH26-5aO3_Z8/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "32.png",
        "default_title": "Running Dinosaur"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "arch.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses",
    "manifest_version": 3,
    "name": "Running dinosaur game",
    "icons": {
        "32": "32.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/translate.google.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/openai.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/coinmarketcap.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.3.3"
}