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
官方網址 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": [
                ""
            ]
        }
    ]
}