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] là gì?

Motorbike Drive [Play now] là một tiện ích mở rộng Chrome được phát triển bởi FeepGames, và tính năng chính của nó là "Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Motorbike Drive [Play now]

Tải xuống các tệp mở rộng Motorbike Drive [Play now] dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Motorbike Drive [Play now] Motorbike Drive [Play now]
ID bhfdjpnkobneienhpmfbljllofklpnmf
URL Chính Thức https://chromewebstore.google.com/detail/motorbike-drive-play-now/bhfdjpnkobneienhpmfbljllofklpnmf
Mô tả Motorbike Drive is a fun driving game where you can choose between 4 environments and control 3 different motorbikes.
Kích Thước Tệp 61.9 KB
Số Lần Cài Đặt 636
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2021-06-23
Nhà Phát Triển FeepGames
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://feep.club/motorbike-drive/play/
URL Trang Chính Sách Bảo Mật https://www.crazycraftz.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}