Norm Maze!
Norm Maze! - popup maze game. Move the red dot to the green field.
Norm Maze! क्या है?
Norm Maze! noreal.inv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Norm Maze! - popup maze game. Move the red dot to the green field."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Norm Maze! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |