Simon

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

Simon là gì?

Simon là một tiện ích mở rộng Chrome được phát triển bởi https://onets.altervista.org, và tính năng chính của nó là "Simon is the game of lights and sounds of 80's".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simon

Tải xuống các tệp mở rộng Simon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simon Simon
ID ojlfeplffbmkdibaelofhhhmplajjmmj
URL Chính Thức https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj
Mô tả Simon is the game of lights and sounds of 80's
Kích Thước Tệp 318 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.3.0.0
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2021-06-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://onets.altervista.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://onets.altervista.org/privacy/informativa.html
Ngôn Ngữ Được Hỗ Trợ 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"
}