Norm Maze!

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

Apa itu Norm Maze!?

Norm Maze! adalah ekstensi Chrome yang dikembangkan oleh noreal.inv, dan fitur utamanya adalah "Norm Maze! - popup maze game. Move the red dot to the green field.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Norm Maze!

Unduh file ekstensi Norm Maze! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Norm Maze! Norm Maze!
ID clnnpmclggdcfipdggamfpemkhcaogna
URL Resmi https://chrome.google.com/webstore/detail/norm-maze/clnnpmclggdcfipdggamfpemkhcaogna
Deskripsi Norm Maze! - popup maze game. Move the red dot to the green field.
Ukuran File 222 KB
Jumlah Instalasi 46,135
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2023-04-15
Tanggal Publikasi 2020-03-24
Penilaian 3.38/5 Total 39 Penilaian
Pengembang noreal.inv
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://badhopeplum.ru/privacy_policy.html
Bahasa yang Didukung 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"
}