Pixel Combat 2 unblocked game
Pixel Combat 2 unblocked game chrome extension!
Cos'è Pixel Combat 2 unblocked game?
Pixel Combat 2 unblocked game è un'estensione di Chrome sviluppata da Pixel Shooter, e la sua funzione principale è "Pixel Combat 2 unblocked game chrome extension!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pixel Combat 2 unblocked game
Scarica i file di estensione Pixel Combat 2 unblocked game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | emonffjlhbfdnkchclfmoolfcjlcfefg |
URL Ufficiale | https://chrome.google.com/webstore/detail/pixel-combat-2-unblocked/emonffjlhbfdnkchclfmoolfcjlcfefg |
Descrizione | Pixel Combat 2 unblocked game chrome extension! |
Dimensione del File | 26.79 MB |
Conteggio Installazioni | 12,106 |
Versione Corrente | v2 |
Ultimo Aggiornamento | 2022-08-28 |
Data di Pubblicazione | 2022-08-28 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Pixel Shooter |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/e/2PACX-1vQwqj3FTHnpLt1cRVsdGz7QzJC9zCYnrvg5GhoxllZQi2j-6ndvPAcm4lq_1OFV8ifFJMowUPjJdIJW/pub |
Lingue Supportate | 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" } } |