Onion Simulator
2D physics game, protect the onion using one piece of string.
Vad är Onion Simulator?
Onion Simulator är en Chrome-tillägg utvecklad av https://onionfist.net, och dess huvudfunktion är "2D physics game, protect the onion using one piece of string.".
Tilläggsskärmbilder
Ladda ner Onion Simulator-förlängningens CRX-fil
Ladda ner Onion Simulator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Drawing game combined with a physics engine. Grundläggande Information om Tillägg
| Namn | |
| ID | aecoohfoheganandmojfkbnmnllfhjdg |
| Officiell webbadress | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
| Beskrivning | 2D physics game, protect the onion using one piece of string. |
| Filstorlek | 2.07 MB |
| Antal Installationer | 8,000 |
| Aktuell Version | 0.001 |
| Senast Uppdaterad | 2023-02-08 |
| Publiceringsdatum | 2023-02-07 |
| Betyg | 3.20/5 Totalt 5 Betyg |
| Utvecklare | https://onionfist.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |