Onion Simulator
2D physics game, protect the onion using one piece of string.
Qu'est-ce que Onion Simulator ?
Onion Simulator est une extension Chrome développée par https://onionfist.net, et sa fonction principale est "2D physics game, protect the onion using one piece of string.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Onion Simulator
Téléchargez les fichiers d'extension Onion Simulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Drawing game combined with a physics engine.
Informations de Base sur l'Extension
Nom | Onion Simulator |
ID | aecoohfoheganandmojfkbnmnllfhjdg |
URL Officiel | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
Description | 2D physics game, protect the onion using one piece of string. |
Taille du Fichier | 2.07 MB |
Nombre d'Installations | 8,000 |
Version Actuelle | 0.001 |
Dernière Mise à Jour | 2023-02-08 |
Date de Publication | 2023-02-07 |
Évaluation | 3.20/5 Total 5 Évaluations |
Développeur | https://onionfist.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |