Pixel Combat 2 unblocked game

Pixel Combat 2 unblocked game chrome extension!

Pixel Combat 2 unblocked game क्या है?

Pixel Combat 2 unblocked game Pixel Shooter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pixel Combat 2 unblocked game chrome extension!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Play against real players Pixel Combat 2 Unblocked Game multiplayer FPS shooter.
It is a free game that is popular all over the world. With this browser extension you will be able to play directly in the browser, without wasting extra internet traffic.
Share this game with your friends so they can join the same server and play with you!
Nice pixel graphics will not leave anyone indifferent. Burst into a powerful battle!
This game is unblocked to play at school. Download at home, play everywhere.
Enjoy dominating the battlefield with a variety of weapons.                    

एक्सटेंशन की मूल जानकारी

नाम Pixel Combat 2 unblocked game Pixel Combat 2 unblocked game
ID emonffjlhbfdnkchclfmoolfcjlcfefg
आधिकारिक URL https://chrome.google.com/webstore/detail/pixel-combat-2-unblocked/emonffjlhbfdnkchclfmoolfcjlcfefg
विवरण Pixel Combat 2 unblocked game chrome extension!
फ़ाइल का आकार 26.79 MB
स्थापना संख्या 12,106
वर्तमान संस्करण v2
अंतिम अपडेट 2022-08-28
प्रकाशन तिथि 2022-08-28
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर Pixel Shooter
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vQwqj3FTHnpLt1cRVsdGz7QzJC9zCYnrvg5GhoxllZQi2j-6ndvPAcm4lq_1OFV8ifFJMowUPjJdIJW/pub
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1",
    "name": "Pixel Combat 2 unblocked game",
    "version_name": "v2",
    "description": "Pixel Combat 2 unblocked game chrome extension!",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/callback.js",
                "js\/cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "action": {
        "default_icon": "icons\/32.png",
        "default_title": "Pixel Combat game"
    }
}