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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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