Onion Simulator

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

Hvad er Onion Simulator?

Onion Simulator er en Chrome-udvidelse udviklet af https://onionfist.net, og dens hovedfunktion er "2D physics game, protect the onion using one piece of string.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Onion Simulator-udvidelses-CRX-fil

Download Onion Simulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Drawing game combined with a physics engine.                    

Grundlæggende oplysninger om udvidelsen

Navn Onion Simulator Onion Simulator
ID aecoohfoheganandmojfkbnmnllfhjdg
Officiel URL https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg
Beskrivelse 2D physics game, protect the onion using one piece of string.
Filstørrelse 2.07 MB
Antal Installationer 8,000
Nuværende Version 0.001
Senest Opdateret 2023-02-08
Udgivelsesdato 2023-02-07
Bedømmelse 3.20/5 Samlet 5 Bedømmelser
Udvikler https://onionfist.net
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}