Dino 3D

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

O que é Dino 3D?

Dino 3D é uma extensão do Chrome desenvolvida por Garrik Winters, e sua principal característica é "Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dino 3D

Baixe arquivos de extensão Dino 3D no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dino 3D Dino 3D
ID biggdlcjhcjibifefpchffmfpmclmfmk
URL Oficial https://chromewebstore.google.com/detail/dino-3d/biggdlcjhcjibifefpchffmfpmclmfmk
Descrição Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!
Tamanho do Arquivo 21.47 MB
Contagem de Instalações 1,328,878
Versão Atual 1.0.3
Última Atualização 2023-08-26
Data de Publicação 2023-06-19
Classificação 4.50/5 Total de 28 Avaliações
Desenvolvedor Garrik Winters
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vR2gGGl63zLSZ0WCv1ocEU_p2xFmTcHvEscEWtLwdiOISEuUy0jWBRZ0cLlaAmNcMnGSe3YiBKuaa0D/pub
Idiomas Suportados 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
        }
    ]
}