Onion Simulator
2D physics game, protect the onion using one piece of string.
What is Onion Simulator?
Onion Simulator is a Chrome extension developed by https://onionfist.net, and its main feature is "2D physics game, protect the onion using one piece of string.".
Extension Screenshots
Download Onion Simulator Extension CRX File
Download Onion Simulator 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
Drawing game combined with a physics engine.
Extension Basic Information
Name | Onion Simulator |
ID | aecoohfoheganandmojfkbnmnllfhjdg |
Official URL | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
Description | 2D physics game, protect the onion using one piece of string. |
File Size | 2.07 MB |
Installation Count | 8,000 |
Current Version | 0.001 |
Last Updated | 2023-02-08 |
Publish Date | 2023-02-07 |
Rating | 3.20/5 Total 5 Ratings |
Developer | https://onionfist.net |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |