Sniper Gun Shooting Game
Sniper Gun Shooting Game in browser with 3D graphics
Sniper Gun Shooting Gameとは何ですか?
Sniper Gun Shooting GameはGame Bolによって開発されたChromeの拡張機能で、その主な機能は「Sniper Gun Shooting Game in browser with 3D graphics」です。
拡張機能のスクリーンショット
Sniper Gun Shooting Game拡張機能のCRXファイルをダウンロード
Sniper Gun Shooting Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mmnnkiioglfjfaglamekckmofkepbdpk |
公式URL | https://chrome.google.com/webstore/detail/sniper-gun-shooting-game/mmnnkiioglfjfaglamekckmofkepbdpk |
説明 | Sniper Gun Shooting Game in browser with 3D graphics |
ファイルサイズ | 14.51 MB |
インストール数 | 1,068 |
現在のバージョン | 1.1.0 |
最終更新日 | 2022-09-24 |
公開日 | 2022-09-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Game Bol |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/1NRblJVok1AN8Sfloyr9aBPDEyiF6b3xNgTcDns83hto/edit?usp=sharing |
対応言語 | 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__" } |