Extreme Motorbike Driving Game
Extreme Motorbike Driving Game to play online in browser
Qu'est-ce que Extreme Motorbike Driving Game ?
Extreme Motorbike Driving Game est une extension Chrome développée par Game Bol, et sa fonction principale est "Extreme Motorbike Driving Game to play online in browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extreme Motorbike Driving Game
Téléchargez les fichiers d'extension Extreme Motorbike Driving Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ielpkkokgnfojedoandphmojannhlomk |
URL Officiel | https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk |
Description | Extreme Motorbike Driving Game to play online in browser |
Taille du Fichier | 20.26 MB |
Nombre d'Installations | 778 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-09-20 |
Date de Publication | 2022-09-20 |
Développeur | Game Bol |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
Langues Prises en Charge | 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" } |