Dino 3D

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

Что такое Dino 3D?

Dino 3D - это расширение Chrome, разработанное Garrik Winters, и его основная функция - "Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Dino 3D

Скачайте файлы расширений Dino 3D в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Dino 3D Dino 3D
ID biggdlcjhcjibifefpchffmfpmclmfmk
Официальный URL https://chromewebstore.google.com/detail/dino-3d/biggdlcjhcjibifefpchffmfpmclmfmk
Описание Experience the Prehistoric Era with Dino 3D - Your Favorite Easter Egg Game in 3D Form!
Размер файла 21.47 MB
Количество установок 1,328,878
Текущая Версия 1.0.3
Последнее Обновление 2023-08-26
Дата публикации 2023-06-19
Рейтинг 4.50/5 Всего 28 оценок
Разработчик Garrik Winters
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/e/2PACX-1vR2gGGl63zLSZ0WCv1ocEU_p2xFmTcHvEscEWtLwdiOISEuUy0jWBRZ0cLlaAmNcMnGSe3YiBKuaa0D/pub
Поддерживаемые языки 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
        }
    ]
}