Simon
Simon is the game of lights and sounds of 80's
Simon क्या है?
Simon https://onets.altervista.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simon is the game of lights and sounds of 80's"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Simon game is the game of lights and sounds in which player must repeat random sequences of lights by pressing the colored pads in the correct order.
एक्सटेंशन की मूल जानकारी
नाम | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
आधिकारिक URL | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
विवरण | Simon is the game of lights and sounds of 80's |
फ़ाइल का आकार | 318 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.3.0.0 |
अंतिम अपडेट | 2023-08-25 |
प्रकाशन तिथि | 2021-06-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://onets.altervista.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://onets.altervista.org/privacy/informativa.html |
समर्थित भाषाएँ | en,es,it,ru,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "author": "Roberto E. Oneto", "description": "__MSG_extensionDescription__", "version": "1.3.0.0", "background": { "service_worker": "worker_wrapper.js" }, "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/onets.altervista.org\/Simon\/" ], "default_locale": "en" } |