Simon

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

What is Simon?

Simon is a Chrome extension developed by https://onets.altervista.org, and its main feature is "Simon is the game of lights and sounds of 80's".

Extension Screenshots

screenshot
screenshot

Download Simon Extension CRX File

Download Simon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Simon Simon
ID ojlfeplffbmkdibaelofhhhmplajjmmj
Official URL https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj
Description Simon is the game of lights and sounds of 80's
File Size 318 KB
Installation Count 94
Current Version 1.3.0.0
Last Updated 2023-08-25
Publish Date 2021-06-28
Rating 5.00/5 Total 1 Ratings
Developer https://onets.altervista.org
Email [email protected]
Payment Type free
Privacy Policy Page URL http://onets.altervista.org/privacy/informativa.html
Supported Languages 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"
}