Boxrob Unblocked
BoxRob is a puzzle platform game created by 7Spot Games. Your objective is to load cargo onto a truck with your flexible forklift.
Boxrob Unblocked란 무엇입니까?
Boxrob Unblocked은(는) unblocked66.games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BoxRob is a puzzle platform game created by 7Spot Games. Your objective is to load cargo onto a truck with your flexible forklift."입니다.
확장 프로그램 스크린샷
Boxrob Unblocked 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
7Spot Games created BoxRob, a puzzle platform game. Your goal in this game is to use your flexible forklift to load cargo onto a vehicle. To complete a level, you must gather all of the boxes and place them in the correct spaces. Some stages are simple, and you simply drive about collecting boxes, but as the game progresses, the levels grow more difficult. To solve the challenge and complete the level, make special moves or follow sequences. Remember to tell your friends about BoxRob and compare your top scores! How to play Boxrob: Left/right movement -A/D Jump Select tap or left mouse button click on up boxes About the author 7Spot Games developed BoxRob. Duo Survival, Duo Survival 2, Duo Vikings, Duo Vikings 2, Duo Vikings 3, ZOOM-BE, ZOOM-BE 2, ZOOM-BE 3, Truck Loader, Truck Loader 4, and Truck Loader 5 are some of their other puzzle games.
확장 프로그램 기본 정보
이름 | Boxrob Unblocked |
ID | gcgjknmfldpndoikbhgdgdjdaadcjhem |
공식 URL | https://chromewebstore.google.com/detail/boxrob-unblocked/gcgjknmfldpndoikbhgdgdjdaadcjhem |
설명 | BoxRob is a puzzle platform game created by 7Spot Games. Your objective is to load cargo onto a truck with your flexible forklift. |
파일 크기 | 4.12 MB |
설치 횟수 | 261 |
현재 버전 | 1.17 |
최근 업데이트 | 2022-05-20 |
출시 날짜 | 2022-05-20 |
개발자 | unblocked66.games |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://unblocked66.games/boxrob?utm_source=ext&utm_medium=link&utm_campaign=page |
도움말 페이지 URL | https://unblocked66.games/boxrob?utm_source=ext&utm_medium=link&utm_campaign=page |
개인정보 보호 정책 페이지 URL | https://policy.unblocked66.games |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.17", "default_locale": "en", "description": "__MSG_description__", "homepage_url": "https:\/\/unblocked66.games\/boxrob?utm_source=ext&utm_medium=in_ext&utm_campaign=homepage", "background": { "service_worker": "ext.js" }, "action": { "default_title": "__MSG_title__", "default_icon": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png", "180": "logo180.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "sandbox": { "pages": [ "index.html" ] }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png", "180": "logo180.png" } } |