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