Sniper Gun Shooting Game

Sniper Gun Shooting Game in browser with 3D graphics

Sniper Gun Shooting Game क्या है?

Sniper Gun Shooting Game Game Bol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sniper Gun Shooting Game in browser with 3D graphics"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sniper Gun Shooting Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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__"
}