Drive Mad

Drive Mad is a car control game with 100 levels that require real skill.

Drive Mad क्या है?

Drive Mad https://drivemad.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Drive Mad is a car control game with 100 levels that require real skill."।

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

screenshot

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

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

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

                        You have to adjust your speed properly so that your car doesn't flip over, which is harder than it sounds because there are many dangerous obstacles on the challenging road. Can you conquer every level in Drive Mad?

*Note: If you want to play in full screen mode, click "Full Screen", you will be able to play in a larger screen on our website https://drivemad.net                    

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

नाम Drive Mad Drive Mad
ID ejelgidbcfoinhhehiledfoelikhppjg
आधिकारिक URL https://chrome.google.com/webstore/detail/drive-mad/ejelgidbcfoinhhehiledfoelikhppjg
विवरण Drive Mad is a car control game with 100 levels that require real skill.
फ़ाइल का आकार 4.4 MB
स्थापना संख्या 1,409
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-09-30
प्रकाशन तिथि 2023-05-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://drivemad.net
ईमेल [email protected]
एक्सटेंशन वेबसाइट https://drivemad.net/
गोपनीयता नीति पृष्ठ URL https://monkeymart.org/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Drive Mad",
    "version": "1.0.3",
    "description": "Drive Mad is a car control game with 100 levels that require real skill.",
    "homepage_url": "https:\/\/drivemad.net",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Drive Mad Unblocked",
        "default_icon": {
            "512": "icons\/icon-512.png",
            "256": "icons\/icon-256.png",
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "load.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "sandbox": {
        "pages": [
            "drivemad\/index.html"
        ]
    },
    "icons": {
        "512": "icons\/icon-512.png",
        "256": "icons\/icon-256.png",
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    }
}