Extreme Motorbike Driving Game
Extreme Motorbike Driving Game to play online in browser
What is Extreme Motorbike Driving Game?
Extreme Motorbike Driving Game is a Chrome extension developed by Game Bol, and its main feature is "Extreme Motorbike Driving Game to play online in browser".
Extension Screenshots
Download Extreme Motorbike Driving Game Extension CRX File
Download Extreme Motorbike Driving Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ielpkkokgnfojedoandphmojannhlomk |
Official URL | https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk |
Description | Extreme Motorbike Driving Game to play online in browser |
File Size | 20.26 MB |
Installation Count | 778 |
Current Version | 1.1 |
Last Updated | 2022-09-20 |
Publish Date | 2022-09-20 |
Developer | Game Bol |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
Supported Languages | 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" } |