Simon
Simon is the game of lights and sounds of 80's
Co to jest Simon?
Simon to rozszerzenie Chrome opracowane przez https://onets.altervista.org, a jego główną funkcją jest „Simon is the game of lights and sounds of 80's”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simon
Pobierz pliki rozszerzeń Simon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
Oficjalny URL | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
Opis | Simon is the game of lights and sounds of 80's |
Rozmiar pliku | 318 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 1.3.0.0 |
Ostatnia Aktualizacja | 2023-08-25 |
Data Publikacji | 2021-06-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://onets.altervista.org |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://onets.altervista.org/privacy/informativa.html |
Obsługiwane Języki | 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" } |