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”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Sniper Gun Shooting Game Sniper Gun Shooting Game
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
电子邮箱 [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__"
}