Dino 3D

Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!

Was ist Dino 3D?

Dino 3D ist eine Chrome-Erweiterung, die von Garrik Winters entwickelt wurde, und ihr Hauptmerkmal ist "Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!".

Erweiterungsscreenshots

screenshot

Dino 3D-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dino 3D-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

                        Get ready to travel back in time to the prehistoric era with Dino 3D, the thrilling T-Rex dinosaur game that is now available in 3D form! With Dino 3D, you can enjoy the same exciting gameplay that you loved in the classic Chrome Easter Egg, but with the added dimension of immersive 3D graphics. And the best part? Dino 3D is completely offline and easily accessible right from your browser, so you can enjoy it anytime, anywhere!

Here are just a few reasons why you'll love Dino 3D:

Engaging gameplay: In Dino 3D, you play as a T-Rex running through a desert, jumping over cacti, and dodging pterodactyls. The game is easy to learn but challenging to master, with increasing difficulty as you progress.

Stunning 3D graphics: With Dino 3D, you can experience the prehistoric era like never before with realistic 3D graphics that transport you back in time.

Offline play: Unlike many other online games, Dino 3D is completely offline, so you can play it even when you don't have an internet connection.

Easy accessibility: Dino 3D is easily accessible right from your browser, so you don't need to download any special software or apps to play it.

So, what are you waiting for? Get ready to embark on a thrilling adventure through the prehistoric era with Dino 3D!

Game Rules:
- Use the spacebar or up arrow key to make the T-Rex jump over cacti and other obstacles.
- Use the down arrow key to make the T-Rex duck under flying pterodactyls.
- The game ends when the T-Rex collides with an obstacle or is hit by a pterodactyl.
- The goal is to score as many points as possible by running as far as you can without hitting an obstacle.                    

Grundlegende Informationen zur Erweiterung

Name Dino 3D Dino 3D
ID biggdlcjhcjibifefpchffmfpmclmfmk
Offizielle URL https://chromewebstore.google.com/detail/dino-3d/biggdlcjhcjibifefpchffmfpmclmfmk
Beschreibung Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!
Dateigröße 21.47 MB
Installationsanzahl 1,328,878
Aktuelle Version 1.0.3
Letztes Update 2023-08-26
Veröffentlichungsdatum 2023-06-19
Bewertung 4.50/5 Insgesamt 28 Bewertungen
Entwickler Garrik Winters
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vR2gGGl63zLSZ0WCv1ocEU_p2xFmTcHvEscEWtLwdiOISEuUy0jWBRZ0cLlaAmNcMnGSe3YiBKuaa0D/pub
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.3",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}