Extreme Motorbike Driving Game

Extreme Motorbike Driving Game to play online in browser

Extreme Motorbike Driving Game là gì?

Extreme Motorbike Driving Game là một tiện ích mở rộng Chrome được phát triển bởi Game Bol, và tính năng chính của nó là "Extreme Motorbike Driving Game to play online in browser".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extreme Motorbike Driving Game

Tải xuống các tệp mở rộng Extreme Motorbike Driving Game 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

                        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.                    

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

Tên Extreme Motorbike Driving Game Extreme Motorbike Driving Game
ID ielpkkokgnfojedoandphmojannhlomk
URL Chính Thức https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk
Mô tả Extreme Motorbike Driving Game to play online in browser
Kích Thước Tệp 20.26 MB
Số Lần Cài Đặt 778
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-09-20
Ngày Phát Hành 2022-09-20
Nhà Phát Triển Game Bol
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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"
}