Pixel Combat 2 unblocked game
Pixel Combat 2 unblocked game chrome extension!
Pixel Combat 2 unblocked game란 무엇입니까?
Pixel Combat 2 unblocked game은(는) Pixel Shooter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pixel Combat 2 unblocked game chrome extension!"입니다.
확장 프로그램 스크린샷
Pixel Combat 2 unblocked game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play against real players Pixel Combat 2 Unblocked Game multiplayer FPS shooter. It is a free game that is popular all over the world. With this browser extension you will be able to play directly in the browser, without wasting extra internet traffic. Share this game with your friends so they can join the same server and play with you! Nice pixel graphics will not leave anyone indifferent. Burst into a powerful battle! This game is unblocked to play at school. Download at home, play everywhere. Enjoy dominating the battlefield with a variety of weapons.
확장 프로그램 기본 정보
이름 | |
ID | emonffjlhbfdnkchclfmoolfcjlcfefg |
공식 URL | https://chrome.google.com/webstore/detail/pixel-combat-2-unblocked/emonffjlhbfdnkchclfmoolfcjlcfefg |
설명 | Pixel Combat 2 unblocked game chrome extension! |
파일 크기 | 26.79 MB |
설치 횟수 | 12,106 |
현재 버전 | v2 |
최근 업데이트 | 2022-08-28 |
출시 날짜 | 2022-08-28 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | Pixel Shooter |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vQwqj3FTHnpLt1cRVsdGz7QzJC9zCYnrvg5GhoxllZQi2j-6ndvPAcm4lq_1OFV8ifFJMowUPjJdIJW/pub |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1", "name": "Pixel Combat 2 unblocked game", "version_name": "v2", "description": "Pixel Combat 2 unblocked game chrome extension!", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "background": { "service_worker": "js\/service_worker.js" }, "permissions": [ "storage", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/callback.js", "js\/cs.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "action": { "default_icon": "icons\/32.png", "default_title": "Pixel Combat game" } } |