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文件

下载Running dinosaur game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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