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
官方網址 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
電子郵箱 [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"
}