Dino 3D

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

Wat is Dino 3D?

Dino 3D is een Chrome-extensie ontwikkeld door Garrik Winters, en de belangrijkste functie is "Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dino 3D

Download Dino 3D-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dino 3D Dino 3D
ID biggdlcjhcjibifefpchffmfpmclmfmk
Officiële URL https://chromewebstore.google.com/detail/dino-3d/biggdlcjhcjibifefpchffmfpmclmfmk
Beschrijving Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!
Bestandsgrootte 21.47 MB
Aantal Installaties 1,328,878
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-08-26
Publicatiedatum 2023-06-19
Beoordeling 4.50/5 Totaal 28 Beoordelingen
Ontwikkelaar Garrik Winters
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vR2gGGl63zLSZ0WCv1ocEU_p2xFmTcHvEscEWtLwdiOISEuUy0jWBRZ0cLlaAmNcMnGSe3YiBKuaa0D/pub
Ondersteunde Talen 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
        }
    ]
}