Dino 3D

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

¿Qué es Dino 3D?

Dino 3D es una extensión de Chrome desarrollada por Garrik Winters, y su función principal es "Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dino 3D

Descarga archivos de extensión Dino 3D en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Dino 3D Dino 3D
ID biggdlcjhcjibifefpchffmfpmclmfmk
URL Oficial https://chromewebstore.google.com/detail/dino-3d/biggdlcjhcjibifefpchffmfpmclmfmk
Descripción Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!
Tamaño del Archivo 21.47 MB
Cantidad de Instalaciones 1,328,878
Versión Actual 1.0.3
Última Actualización 2023-08-26
Fecha de Publicación 2023-06-19
Calificación 4.50/5 Total de 28 Calificaciones
Desarrollador Garrik Winters
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/e/2PACX-1vR2gGGl63zLSZ0WCv1ocEU_p2xFmTcHvEscEWtLwdiOISEuUy0jWBRZ0cLlaAmNcMnGSe3YiBKuaa0D/pub
Idiomas Soportados 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
        }
    ]
}