Drive Mad

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

什么是Drive Mad?

Drive Mad是由https://drivemad.net开发的Chrome扩展程序,该扩展的主要功能是“Drive Mad is a car control game with 100 levels that require real skill.”。

扩展截图

screenshot

下载Drive Mad扩展crx文件

下载Drive Mad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}