Drift Hunters Lite

Drift Hunters Lite Unblocked Game play in browser

Drift Hunters Lite란 무엇입니까?

Drift Hunters Lite은(는) Drift Hunters Lite에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drift Hunters Lite Unblocked Game play in browser"입니다.

확장 프로그램 스크린샷

screenshot

Drift Hunters Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Drift Hunters unblocked is a free-to-play drifting game that puts you behind the wheel of cars like the Toyota AE86, Nissan S13, Toyota Supra, Ford Mustang, and even the RWB 911. It’s nowhere near as in-depth as your modern-day PC and console games, but you can tune and customize your car to an impressive level. Drift Hunters does offer 3D graphics and the physics are somewhat realistic.
In-game, the longer you drift, the more you earn point multiplier increases.
Add Drift Hunters into your browser and play any time.                    

확장 프로그램 기본 정보

이름 Drift Hunters Lite Drift Hunters Lite
ID deaggfnohiebhjlipkmodgpfgnohdacd
공식 URL https://chromewebstore.google.com/detail/drift-hunters-lite/deaggfnohiebhjlipkmodgpfgnohdacd
설명 Drift Hunters Lite Unblocked Game play in browser
파일 크기 39.69 KB
설치 횟수 3,765
현재 버전 4.1
최근 업데이트 2023-05-24
출시 날짜 2022-07-27
평점 4.46/5 총 13 개의 평점
개발자 Drift Hunters Lite
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "hunters.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "drift.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Drift Hunters Lite Unblocked Game play in browser",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Drift Hunters Lite",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1",
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}