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
Eメール [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"
    }
}