Simon
Simon is the game of lights and sounds of 80's
¿Qué es Simon?
Simon es una extensión de Chrome desarrollada por https://onets.altervista.org, y su función principal es "Simon is the game of lights and sounds of 80's".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simon
Descarga archivos de extensión Simon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
URL Oficial | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
Descripción | Simon is the game of lights and sounds of 80's |
Tamaño del Archivo | 318 KB |
Cantidad de Instalaciones | 94 |
Versión Actual | 1.3.0.0 |
Última Actualización | 2023-08-25 |
Fecha de Publicación | 2021-06-28 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://onets.altervista.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://onets.altervista.org/privacy/informativa.html |
Idiomas Soportados | 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" } |