Simon
Simon is the game of lights and sounds of 80's
Qu'est-ce que Simon ?
Simon est une extension Chrome développée par https://onets.altervista.org, et sa fonction principale est "Simon is the game of lights and sounds of 80's".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simon
Téléchargez les fichiers d'extension Simon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
URL Officiel | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
Description | Simon is the game of lights and sounds of 80's |
Taille du Fichier | 318 KB |
Nombre d'Installations | 94 |
Version Actuelle | 1.3.0.0 |
Dernière Mise à Jour | 2023-08-25 |
Date de Publication | 2021-06-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://onets.altervista.org |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://onets.altervista.org/privacy/informativa.html |
Langues Prises en Charge | 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" } |