Sniper Gun Shooting Game
Sniper Gun Shooting Game in browser with 3D graphics
Cos'è Sniper Gun Shooting Game?
Sniper Gun Shooting Game è un'estensione di Chrome sviluppata da Game Bol, e la sua funzione principale è "Sniper Gun Shooting Game in browser with 3D graphics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sniper Gun Shooting Game
Scarica i file di estensione Sniper Gun Shooting 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 Sniper Gun Shooting Game to relax offline at the computer. In this game you have to take down the bad guys with a sniper rifle. Score more points with accurate shots from a long distance. You can see your wins in slow-mo! The game is very simple and takes up little space. Play it even on your grandmother's computer. Now there is only a desert map. If you like the game, suggest in the comments which map you would like to see added. Note: this game may contain promotions.
Informazioni di Base sull'Estensione
Nome | |
ID | mmnnkiioglfjfaglamekckmofkepbdpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/sniper-gun-shooting-game/mmnnkiioglfjfaglamekckmofkepbdpk |
Descrizione | Sniper Gun Shooting Game in browser with 3D graphics |
Dimensione del File | 14.51 MB |
Conteggio Installazioni | 1,068 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-09-24 |
Data di Pubblicazione | 2022-09-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Game Bol |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
Lingue Supportate | id,de,en,fr,nl,es,it,fi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "action": { "default_icon": "128.png" }, "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "web_accessible_resources": [ { "resources": [ "Build\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "Build\/cache.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "default_locale": "en", "icons": { "128": "128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "name": "Sniper Gun Shooting Game", "description": "__MSG_appDesc__" } |