Simon
Simon is the game of lights and sounds of 80's
Vad är Simon?
Simon är en Chrome-tillägg utvecklad av https://onets.altervista.org, och dess huvudfunktion är "Simon is the game of lights and sounds of 80's".
Tilläggsskärmbilder
Ladda ner Simon-förlängningens CRX-fil
Ladda ner Simon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
Officiell webbadress | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
Beskrivning | Simon is the game of lights and sounds of 80's |
Filstorlek | 318 KB |
Antal Installationer | 94 |
Aktuell Version | 1.3.0.0 |
Senast Uppdaterad | 2023-08-25 |
Publiceringsdatum | 2021-06-28 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://onets.altervista.org |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://onets.altervista.org/privacy/informativa.html |
Stödda Språk | 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" } |