Simon

Simon is the game of lights and sounds of 80's

Что такое Simon?

Simon - это расширение Chrome, разработанное https://onets.altervista.org, и его основная функция - "Simon is the game of lights and sounds of 80's".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Simon

Скачайте файлы расширений Simon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Simon Simon
ID ojlfeplffbmkdibaelofhhhmplajjmmj
Официальный URL https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj
Описание Simon is the game of lights and sounds of 80's
Размер файла 318 KB
Количество установок 94
Текущая Версия 1.3.0.0
Последнее Обновление 2023-08-25
Дата публикации 2021-06-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://onets.altervista.org
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://onets.altervista.org/privacy/informativa.html
Поддерживаемые языки 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"
}