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
官方網址 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"
}