Extreme Motorbike Driving Game

Extreme Motorbike Driving Game to play online in browser

Extreme Motorbike Driving Gameとは何ですか?

Extreme Motorbike Driving GameはGame Bolによって開発されたChromeの拡張機能で、その主な機能は「Extreme Motorbike Driving Game to play online in browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Extreme Motorbike Driving Game拡張機能のCRXファイルをダウンロード

Extreme Motorbike Driving Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extreme Motorbike Driving Game gives you the opportunity to drive 3 different motorcycles on a free track. Play directly in the browser, you only need to install this chrome extension.
You can ride the motorcycle anywhere you want, turn on nitro to accelerate even more and put the motorcycle on one wheel. Extreme Motorbike Driving Game has 3D graphics and realistic physics. You will find control instructions in the game.                    

拡張機能の基本情報

名前 Extreme Motorbike Driving Game Extreme Motorbike Driving Game
ID ielpkkokgnfojedoandphmojannhlomk
公式URL https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk
説明 Extreme Motorbike Driving Game to play online in browser
ファイルサイズ 20.26 MB
インストール数 778
現在のバージョン 1.1
最終更新日 2022-09-20
公開日 2022-09-20
開発者 Game Bol
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing
対応言語 id,de,en,fr,nl,es,it,fi
manifest.json
{
    "manifest_version": 3,
    "action": {
        "default_icon": "128.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "default_locale": "en",
    "description": "__MSG_descr__",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Build\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "Build\/content.js"
            ]
        }
    ],
    "version": "1.1",
    "name": "__MSG_title__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}