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. 扩展基本信息
| 名称 | |
| 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"
} | |