Sniper Gun Shooting Game

Sniper Gun Shooting Game in browser with 3D graphics

Что такое Sniper Gun Shooting Game?

Sniper Gun Shooting Game - это расширение Chrome, разработанное Game Bol, и его основная функция - "Sniper Gun Shooting Game in browser with 3D graphics".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sniper Gun Shooting Game

Скачайте файлы расширений 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__"
}