Onion Simulator
2D physics game, protect the onion using one piece of string.
Co to jest Onion Simulator?
Onion Simulator to rozszerzenie Chrome opracowane przez https://onionfist.net, a jego główną funkcją jest „2D physics game, protect the onion using one piece of string.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Onion Simulator
Pobierz pliki rozszerzeń Onion Simulator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Drawing game combined with a physics engine.
Podstawowe informacje o rozszerzeniu
Nazwa | Onion Simulator |
ID | aecoohfoheganandmojfkbnmnllfhjdg |
Oficjalny URL | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
Opis | 2D physics game, protect the onion using one piece of string. |
Rozmiar pliku | 2.07 MB |
Liczba instalacji | 8,000 |
Aktualna Wersja | 0.001 |
Ostatnia Aktualizacja | 2023-02-08 |
Data Publikacji | 2023-02-07 |
Ocena | 3.20/5 Łącznie 5 Oceny |
Deweloper | https://onionfist.net |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |