Norm Maze!

Norm Maze! - popup maze game. Move the red dot to the green field.

Что такое Norm Maze!?

Norm Maze! - это расширение Chrome, разработанное noreal.inv, и его основная функция - "Norm Maze! - popup maze game. Move the red dot to the green field.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Norm Maze!

Скачайте файлы расширений Norm Maze! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        If you want more levels, please leave the comment.

Free Pup-up Game. Play classic games like the maze game and be the first to find the exit without beeing consumed by the maze. ... MazeGame. 

Added ability to play from any tab.                    

Основная информация о расширении

Название Norm Maze! Norm Maze!
ID clnnpmclggdcfipdggamfpemkhcaogna
Официальный URL https://chrome.google.com/webstore/detail/norm-maze/clnnpmclggdcfipdggamfpemkhcaogna
Описание Norm Maze! - popup maze game. Move the red dot to the green field.
Размер файла 222 KB
Количество установок 46,135
Текущая Версия 1.0.6
Последнее Обновление 2023-04-15
Дата публикации 2020-03-24
Рейтинг 3.38/5 Всего 39 оценок
Разработчик noreal.inv
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://badhopeplum.ru/privacy_policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "files\/popup.html",
        "default_title": "Norm Maze!"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Norm Maze! - popup maze game. Move the red dot to the green field.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Norm Maze!",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "files\/popup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.6"
}