Norm Maze!

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

什么是Norm Maze!?

Norm Maze!是由noreal.inv开发的Chrome扩展程序,该扩展的主要功能是“Norm Maze! - popup maze game. Move the red dot to the green field.”。

扩展截图

screenshot
screenshot
screenshot

下载Norm Maze!扩展crx文件

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