Norm Maze!

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

Norm Maze! là gì?

Norm Maze! là một tiện ích mở rộng Chrome được phát triển bởi noreal.inv, và tính năng chính của nó là "Norm Maze! - popup maze game. Move the red dot to the green field.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Norm Maze!

Tải xuống các tệp mở rộng Norm Maze! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Norm Maze! Norm Maze!
ID clnnpmclggdcfipdggamfpemkhcaogna
URL Chính Thức https://chrome.google.com/webstore/detail/norm-maze/clnnpmclggdcfipdggamfpemkhcaogna
Mô tả Norm Maze! - popup maze game. Move the red dot to the green field.
Kích Thước Tệp 222 KB
Số Lần Cài Đặt 46,135
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2020-03-24
Đánh Giá 3.38/5 Tổng số 39 Đánh Giá
Nhà Phát Triển noreal.inv
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://badhopeplum.ru/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}