Sniper Gun Shooting Game
Sniper Gun Shooting Game in browser with 3D graphics
Qu'est-ce que Sniper Gun Shooting Game ?
Sniper Gun Shooting Game est une extension Chrome développée par Game Bol, et sa fonction principale est "Sniper Gun Shooting Game in browser with 3D graphics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sniper Gun Shooting Game
Téléchargez les fichiers d'extension Sniper Gun Shooting Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mmnnkiioglfjfaglamekckmofkepbdpk |
URL Officiel | https://chrome.google.com/webstore/detail/sniper-gun-shooting-game/mmnnkiioglfjfaglamekckmofkepbdpk |
Description | Sniper Gun Shooting Game in browser with 3D graphics |
Taille du Fichier | 14.51 MB |
Nombre d'Installations | 1,068 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-09-24 |
Date de Publication | 2022-09-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Game Bol |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
Langues Prises en Charge | 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__" } |