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 |
Eメール | [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" } } |