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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}