Running dinosaur game

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

Was ist Running dinosaur game?

Running dinosaur game ist eine Chrome-Erweiterung, die von https://runningdinosaur.com entwickelt wurde, und ihr Hauptmerkmal ist "Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses".

Erweiterungsscreenshots

screenshot
screenshot

Running dinosaur game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Running dinosaur game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Running dinosaur game Running dinosaur game
ID bhfacpelohahnefmmccfjmjdpmmhhhlf
Offizielle URL https://chromewebstore.google.com/detail/running-dinosaur-game/bhfacpelohahnefmmccfjmjdpmmhhhlf
Beschreibung Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses
Dateigröße 62.27 KB
Installationsanzahl 2,000
Aktuelle Version 1.3.3
Letztes Update 2023-11-22
Veröffentlichungsdatum 2023-06-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://runningdinosaur.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/11X9kOiOj-FBwEILUpMXyxavNGnDTaarFH26-5aO3_Z8/edit?usp=sharing
Unterstützte Sprachen 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"
}