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文件
下载Pixel Combat 2 unblocked game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |