Simon
Simon is the game of lights and sounds of 80's
Cos'è Simon?
Simon è un'estensione di Chrome sviluppata da https://onets.altervista.org, e la sua funzione principale è "Simon is the game of lights and sounds of 80's".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simon
Scarica i file di estensione Simon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
URL Ufficiale | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
Descrizione | Simon is the game of lights and sounds of 80's |
Dimensione del File | 318 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 1.3.0.0 |
Ultimo Aggiornamento | 2023-08-25 |
Data di Pubblicazione | 2021-06-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://onets.altervista.org |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://onets.altervista.org/privacy/informativa.html |
Lingue Supportate | 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" } |