Onion Simulator

2D physics game, protect the onion using one piece of string.

Wat is Onion Simulator?

Onion Simulator is een Chrome-extensie ontwikkeld door https://onionfist.net, en de belangrijkste functie is "2D physics game, protect the onion using one piece of string.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Onion Simulator

Download Onion Simulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Drawing game combined with a physics engine.                    

Basisinformatie over de Extensie

Naam Onion Simulator Onion Simulator
ID aecoohfoheganandmojfkbnmnllfhjdg
Officiële URL https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg
Beschrijving 2D physics game, protect the onion using one piece of string.
Bestandsgrootte 2.07 MB
Aantal Installaties 8,000
Huidige Versie 0.001
Laatst Bijgewerkt 2023-02-08
Publicatiedatum 2023-02-07
Beoordeling 3.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://onionfist.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}