Simon
Simon is the game of lights and sounds of 80's
什麼是Simon?
Simon是由https://onets.altervista.org開發的Chrome擴展程式,該擴展的主要功能是“Simon is the game of lights and sounds of 80's”。
擴展截圖
下載Simon擴展crx文件
下載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 |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
官方網址 | 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" } |