Pixel Combat 2 unblocked game

Pixel Combat 2 unblocked game chrome extension!

Что такое Pixel Combat 2 unblocked game?

Pixel Combat 2 unblocked game - это расширение Chrome, разработанное Pixel Shooter, и его основная функция - "Pixel Combat 2 unblocked game chrome extension!".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Pixel Combat 2 unblocked game

Скачайте файлы расширений Pixel Combat 2 unblocked game в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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