Chrome Dino Game

Play the dino game offline as well as online and challenge friends to beat your score.

Что такое Chrome Dino Game?

Chrome Dino Game - это расширение Chrome, разработанное https://www.dinogame.net, и его основная функция - "Play the dino game offline as well as online and challenge friends to beat your score.".

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

screenshot
screenshot

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

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

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

                        Use this extension to play the Dino game from Chrome's Project Bolan. The original game was created by Sebastien Gabriel in 2014. Also called T-rex Runner, this game features a tiny dinosaur that runs through a desert.

Make the Dino jump over hurdles by hitting the spacebar button or using the up-arrow key.

The more distance t-rex covers without hitting hurdles, the more will be the score. The moment dinosaur hits any obstacle, the game gets over. 

Install the Chrome Dino game extension and start playing the game now! You can share your score with friends and challenge them to beat you.                    

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

Название Chrome Dino Game Chrome Dino Game
ID meocheihbifcceinpgioandffklmhhff
Официальный URL https://chromewebstore.google.com/detail/chrome-dino-game/meocheihbifcceinpgioandffklmhhff
Описание Play the dino game offline as well as online and challenge friends to beat your score.
Размер файла 91.56 KB
Количество установок 810
Текущая Версия 0.0.34
Последнее Обновление 2022-10-03
Дата публикации 2022-10-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.dinogame.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.dinogame.net
URL страницы политики конфиденциальности https://emmelapps.blogspot.com/2022/09/privacy-policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "0.0.34",
    "icons": {
        "128": "images\/icon\/logo.png"
    },
    "background": [],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "images\/icon\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    }
}