Drift Hunters Unblocked Game
Drift Hunters Unblocked Game to play in browser without ads
Drift Hunters Unblocked Game란 무엇입니까?
Drift Hunters Unblocked Game은(는) Paco Bynard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drift Hunters Unblocked Game to play in browser without ads"입니다.
확장 프로그램 스크린샷
Drift Hunters Unblocked Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Drift Hunters Unblocked Game is the best car drifting simulator with upgradeable vehicles. Collect drift points and earn money. Change cars, upgrade for free and race as you want. Drift a selection of high-performance tuner cars on a variety of exciting tracks. This game supports fullscreen mode! Warning! Minimum Drift Hunters system requirements: CPU Speed: 1.6 GHz RAM: 4 GB Video Card: Graphics card with DX10 (Shader Model 4.0) capabilities and a minimum of 2 GB of graphics memory Controls: UP: Gas DOWN: Brake LEFT: Steer left RIGHT: Steer right SPACEBAR: Hand brake C: Change camera LEFT SHIFT: Shift up gear LEFT CTRL: Shift down gear Privacy note: we collect no personal information. See the link to our privacy policy on this page.
확장 프로그램 기본 정보
이름 | |
ID | nlmjpeojbncdmlfkpppngdnolhfgiehn |
공식 URL | https://chrome.google.com/webstore/detail/drift-hunters-unblocked-g/nlmjpeojbncdmlfkpppngdnolhfgiehn |
설명 | Drift Hunters Unblocked Game to play in browser without ads |
파일 크기 | 140 MB |
설치 횟수 | 71,353 |
현재 버전 | 1.4 |
최근 업데이트 | 2022-08-24 |
출시 날짜 | 2022-08-24 |
평점 | 4.38/5 총 8 개의 평점 |
개발자 | Paco Bynard |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cloudenginesdk.com/hunters.html |
지원되는 언어 | de,en,en-US,fr,nl,es,es-419,it,pt-BR,pt-PT,sv,hi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drift Hunters Unblocked Game", "default_locale": "en", "manifest_version": 3, "version": "1.4", "description": "__MSG_driftgame__", "icons": { "128": "images\/128.png", "32": "images\/32.png" }, "background": { "service_worker": "js\/sv.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/cs.js" ] } ], "web_accessible_resources": [ { "resources": [ "unity\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_icon": "images\/32.png", "default_title": "Drift Hunters Game" } } |