Extreme Motorbike Driving Game

Extreme Motorbike Driving Game to play online in browser

Cos'è Extreme Motorbike Driving Game?

Extreme Motorbike Driving Game è un'estensione di Chrome sviluppata da Game Bol, e la sua funzione principale è "Extreme Motorbike Driving Game to play online in browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Extreme Motorbike Driving Game

Scarica i file di estensione Extreme Motorbike Driving Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Extreme Motorbike Driving Game Extreme Motorbike Driving Game
ID ielpkkokgnfojedoandphmojannhlomk
URL Ufficiale https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk
Descrizione Extreme Motorbike Driving Game to play online in browser
Dimensione del File 20.26 MB
Conteggio Installazioni 778
Versione Corrente 1.1
Ultimo Aggiornamento 2022-09-20
Data di Pubblicazione 2022-09-20
Sviluppatore Game Bol
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing
Lingue Supportate 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"
}