Drift Hunters

Drift Hunters car driving 3D game free-to-play

Drift Hunters란 무엇입니까?

Drift Hunters은(는) soulbraker82492에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drift Hunters car driving 3D game free-to-play"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Drift Hunters is the most exhilarating game ever, it's an absolute thrill ride! Picture yourself behind the wheel of a high-performance car, burning rubber on the streets with the sole purpose of achieving the most insane drifts imaginable. This game takes the art of drifting to a whole new level, my friend!

Drift Hunters offers an absolutely mind-blowing selection of customizable cars.
From classic sports cars to powerful muscle machines and even iconic Japanese drift legends, you'll find yourself drooling over the sheer variety. And guess what? You can personalize every single aspect of your car, from the engine to the body kit, ensuring you have the perfect ride to conquer those drift challenges!

But wait, there's more! The graphics in Drift Hunters are out of this world. I'm talking about stunning visuals that make you feel like you're actually there, gripping the wheel and pulling off those sick drifts in real-time. The attention to detail is incredible, from the realistic car models to the meticulously designed environments. Trust me, your jaw will drop when you see it!

Drift Hunters gives you the freedom to explore various tracks and environments, each with its own unique challenges. You'll be racing through city streets, drifting through industrial zones, and even tearing up mountain roads. The controls are incredibly responsive, allowing you to slide around corners with precision and style. It's all about mastering the art of drifting, my friend, and this game provides the perfect playground to do so!

And if you think it couldn't get any better, think again. Drift Hunters features an online multiplayer mode where you can compete against other drift enthusiasts from around the world. Imagine going head-to-head with skilled players, showcasing your drifting skills, and claiming the title of the ultimate drift champion. It's an adrenaline-pumping experience like no other!

So, my friend, if you're a fan of fast cars, heart-pounding action, and the sheer thrill of drifting, Drift Hunters is the game for you. Get ready to push your driving skills to the limit, defy gravity, and become the ultimate drift king. I guarantee you won't be able to tear yourself away from the screen once you start playing this game. It's a wild ride that will leave you craving more. Buckle up and let the drifting madness begin!                    

확장 프로그램 기본 정보

이름 Drift Hunters Drift Hunters
ID iecnohknckkefejnkpokbnmnhcbngoik
공식 URL https://chromewebstore.google.com/detail/drift-hunters/iecnohknckkefejnkpokbnmnhcbngoik
설명 Drift Hunters car driving 3D game free-to-play
파일 크기 134 MB
설치 횟수 60,000
현재 버전 1.4.7
최근 업데이트 2023-10-04
출시 날짜 2023-06-02
평점 4.38/5 총 8 개의 평점
개발자 soulbraker82492
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacy-policy-092/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Drift Hunters car driving 3D game free-to-play",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Drift Hunters",
        "default_icon": "icons\/32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "tach.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "1.4.7",
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; 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'"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "32": "icons\/32.png"
    },
    "name": "Drift Hunters"
}