Onion Simulator
2D physics game, protect the onion using one piece of string.
什么是Onion Simulator?
Onion Simulator是由https://onionfist.net开发的Chrome扩展程序,该扩展的主要功能是“2D physics game, protect the onion using one piece of string.”。
扩展截图
下载Onion Simulator扩展crx文件
下载Onion Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Drawing game combined with a physics engine. 扩展基本信息
| 名称 | |
| ID | aecoohfoheganandmojfkbnmnllfhjdg |
| 官方URL | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
| 简介 | 2D physics game, protect the onion using one piece of string. |
| 文件大小 | 2.07 MB |
| 安装次数 | 8,000 |
| 当前版本 | 0.001 |
| 更新时间 | 2023-02-08 |
| 上架时间 | 2023-02-07 |
| 评分 | 3.20/5 共5次评分 |
| 开发者 | https://onionfist.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Onion Simulator",
"short_name": "Onion Simulator",
"description": "2D physics game, protect the onion using one piece of string.",
"version": "0.001",
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_icon": "assets\/icons\/icon.png",
"default_popup": "index.html"
},
"permissions": [
"storage"
]
} | |