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文件

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