Getaway Shootout Unblocked Game
Getaway Shootout Unblocked Game with local multiplayer
Getaway Shootout Unblocked Game란 무엇입니까?
Getaway Shootout Unblocked Game은(는) 2-player unblocked games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Getaway Shootout Unblocked Game with local multiplayer"입니다.
확장 프로그램 스크린샷
Getaway Shootout Unblocked Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Getaway Shootout unblocked game has exciting levels and simple control. All you have to do is run the jumping man and take him to the helicopter in every level. Collect various weapons to eliminate rivals and remember to replenish the level of health. You can also play this cool game with a friend on the same keyboard. There are many weapons and power-ups you can collect throughout the map use it wisely to to gain an upper hand over your opponents. Controls for Getaway Shootout unblocked game Player 1: W - jump left E - jump right R - power-up Player 2: I - jump left O - jump right P - power-up
확장 프로그램 기본 정보
이름 | |
ID | hgibgijgjgehiaphhncmemedgpfkbgkg |
공식 URL | https://chrome.google.com/webstore/detail/getaway-shootout-unblocke/hgibgijgjgehiaphhncmemedgpfkbgkg |
설명 | Getaway Shootout Unblocked Game with local multiplayer |
파일 크기 | 17.08 MB |
설치 횟수 | 8,481 |
현재 버전 | 2.1 |
최근 업데이트 | 2022-09-08 |
출시 날짜 | 2022-09-08 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | 2-player unblocked games |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://silk-mollusk-1a4.notion.site/Privacy-policy-for-Unblocked-Games-3b43c4afa441493999647290a9da0a01 |
지원되는 언어 | ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "manifest_version": 3, "version": "2.1", "name": "__MSG_name__", "default_locale": "en_US", "description": "__MSG_description__", "icons": { "128": "images\/128.png", "48": "images\/48.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "unlimitedStorage" ], "web_accessible_resources": [ { "resources": [ "js\/*", "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "action": { "default_icon": "images\/48.png", "default_title": "__MSG_name__" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/content.bundle.js" ] } ] } |