Extreme Motorbike Driving Game

Extreme Motorbike Driving Game to play online in browser

Extreme Motorbike Driving Game क्या है?

Extreme Motorbike Driving Game Game Bol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extreme Motorbike Driving Game to play online in browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Extreme Motorbike Driving Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Extreme Motorbike Driving Game Extreme Motorbike Driving Game
ID ielpkkokgnfojedoandphmojannhlomk
आधिकारिक URL https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk
विवरण Extreme Motorbike Driving Game to play online in browser
फ़ाइल का आकार 20.26 MB
स्थापना संख्या 778
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-09-20
प्रकाशन तिथि 2022-09-20
डेवलपर Game Bol
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing
समर्थित भाषाएँ 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"
}