Extreme Motorbike Driving Game
Extreme Motorbike Driving Game to play online in browser
Extreme Motorbike Driving Game란 무엇입니까?
Extreme Motorbike Driving Game은(는) Game Bol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extreme Motorbike Driving Game to play online in browser"입니다.
확장 프로그램 스크린샷
Extreme Motorbike Driving Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extreme Motorbike Driving Game gives you the opportunity to drive 3 different motorcycles on a free track. Play directly in the browser, you only need to install this chrome extension. You can ride the motorcycle anywhere you want, turn on nitro to accelerate even more and put the motorcycle on one wheel. Extreme Motorbike Driving Game has 3D graphics and realistic physics. You will find control instructions in the game.
확장 프로그램 기본 정보
이름 | |
ID | ielpkkokgnfojedoandphmojannhlomk |
공식 URL | https://chrome.google.com/webstore/detail/extreme-motorbike-driving/ielpkkokgnfojedoandphmojannhlomk |
설명 | Extreme Motorbike Driving Game to play online in browser |
파일 크기 | 20.26 MB |
설치 횟수 | 778 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-09-20 |
출시 날짜 | 2022-09-20 |
개발자 | Game Bol |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
지원되는 언어 | id,de,en,fr,nl,es,it,fi |
manifest.json | |
{ "manifest_version": 3, "action": { "default_icon": "128.png" }, "background": { "service_worker": "sw.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "default_locale": "en", "description": "__MSG_descr__", "icons": { "128": "128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "Build\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "Build\/content.js" ] } ], "version": "1.1", "name": "__MSG_title__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |