Norm Maze!
Norm Maze! - popup maze game. Move the red dot to the green field.
Co je Norm Maze!?
Norm Maze! je rozšíření Chrome vyvinuté noreal.inv, a jeho hlavní funkcí je „Norm Maze! - popup maze game. Move the red dot to the green field.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Norm Maze!
Stáhněte si soubory rozšíření Norm Maze! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | clnnpmclggdcfipdggamfpemkhcaogna |
Oficiální URL | https://chrome.google.com/webstore/detail/norm-maze/clnnpmclggdcfipdggamfpemkhcaogna |
Popis | Norm Maze! - popup maze game. Move the red dot to the green field. |
Velikost souboru | 222 KB |
Počet instalací | 46,135 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2023-04-15 |
Datum Vydání | 2020-03-24 |
Hodnocení | 3.38/5 Celkem 39 Hodnocení |
Vývojář | noreal.inv |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://badhopeplum.ru/privacy_policy.html |
Podporované Jazyky | 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" } |