Norm Maze!

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

Co to jest Norm Maze!?

Norm Maze! to rozszerzenie Chrome opracowane przez noreal.inv, a jego główną funkcją jest „Norm Maze! - popup maze game. Move the red dot to the green field.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Norm Maze!

Pobierz pliki rozszerzeń Norm Maze! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Norm Maze! Norm Maze!
ID clnnpmclggdcfipdggamfpemkhcaogna
Oficjalny URL https://chrome.google.com/webstore/detail/norm-maze/clnnpmclggdcfipdggamfpemkhcaogna
Opis Norm Maze! - popup maze game. Move the red dot to the green field.
Rozmiar pliku 222 KB
Liczba instalacji 46,135
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-04-15
Data Publikacji 2020-03-24
Ocena 3.38/5 Łącznie 39 Oceny
Deweloper noreal.inv
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://badhopeplum.ru/privacy_policy.html
Obsługiwane Języki 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"
}