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]是由FeepGames开发的Chrome扩展程序,该扩展的主要功能是“Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.”。

扩展截图

screenshot

下载Motorbike Drive [Play now]扩展crx文件

下载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"
    }
}