Simon
Simon is the game of lights and sounds of 80's
Τι είναι το Simon;
Το Simon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onets.altervista.org, και η κύρια λειτουργία του είναι "Simon is the game of lights and sounds of 80's".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simon
Λήψη αρχείων επέκτασης Simon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } |