Onion Simulator

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

Co je Onion Simulator?

Onion Simulator je rozšíření Chrome vyvinuté https://onionfist.net, a jeho hlavní funkcí je „2D physics game, protect the onion using one piece of string.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Onion Simulator

Stáhněte si soubory rozšíření Onion Simulator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Drawing game combined with a physics engine.                    

Základní Informace o Rozšíření

Název Onion Simulator Onion Simulator
ID aecoohfoheganandmojfkbnmnllfhjdg
Oficiální URL https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg
Popis 2D physics game, protect the onion using one piece of string.
Velikost souboru 2.07 MB
Počet instalací 8,000
Aktuální Verze 0.001
Poslední Aktualizace 2023-02-08
Datum Vydání 2023-02-07
Hodnocení 3.20/5 Celkem 5 Hodnocení
Vývojář https://onionfist.net
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}