Drift Hunters Lite

Drift Hunters Lite Unblocked Game play in browser

Drift Hunters Liteคืออะไร?

Drift Hunters Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drift Hunters Lite และคุณลักษณะหลักของมันคือ "Drift Hunters Lite Unblocked Game play in browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drift Hunters Lite

ดาวน์โหลดไฟล์ส่วนขยาย Drift Hunters Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}