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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    }
}