Motorbike Drive [Play now]

Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.

Что такое Motorbike Drive [Play now]?

Motorbike Drive [Play now] - это расширение Chrome, разработанное FeepGames, и его основная функция - "Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.".

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

screenshot

Скачать файл CRX расширения Motorbike Drive [Play now]

Скачайте файлы расширений Motorbike Drive [Play now] в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        We are publishing a very nice motor racing game for you to have fun with.

You can play this game prepared using 3D unity technology on your computer or phone.

The game offers the opportunity to select 4 different sections on the start screen.
By choosing any of these sections, you will leave your other opponents behind and try to complete the game first.

You have to use the arrow keys to play this game.                    

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

Название Motorbike Drive [Play now] Motorbike Drive [Play now]
ID bhfdjpnkobneienhpmfbljllofklpnmf
Официальный URL https://chromewebstore.google.com/detail/motorbike-drive-play-now/bhfdjpnkobneienhpmfbljllofklpnmf
Описание Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.
Размер файла 61.9 KB
Количество установок 636
Текущая Версия 1.0
Последнее Обновление 2021-06-24
Дата публикации 2021-06-23
Разработчик FeepGames
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://feep.club/motorbike-drive/play/
URL страницы политики конфиденциальности https://www.crazycraftz.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Motorbike Drive [Play now]",
    "description": "Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}