Extreme Motorbike Driving Game
Extreme Motorbike Driving Game to play online in browser
Co je Extreme Motorbike Driving Game?
Extreme Motorbike Driving Game je rozšíření Chrome vyvinuté Game Bol, a jeho hlavní funkcí je „Extreme Motorbike Driving Game to play online in browser“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Extreme Motorbike Driving Game
Stáhněte si soubory rozšíření Extreme Motorbike Driving Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ielpkkokgnfojedoandphmojannhlomk |
Oficiální URL | https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk |
Popis | Extreme Motorbike Driving Game to play online in browser |
Velikost souboru | 20.26 MB |
Počet instalací | 778 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-09-20 |
Datum Vydání | 2022-09-20 |
Vývojář | Game Bol |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
Podporované Jazyky | 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" } |