Onion Simulator
2D physics game, protect the onion using one piece of string.
Что такое Onion Simulator?
Onion Simulator - это расширение Chrome, разработанное https://onionfist.net, и его основная функция - "2D physics game, protect the onion using one piece of string.".
Снимки экрана расширения
Скачать файл CRX расширения Onion Simulator
Скачайте файлы расширений Onion Simulator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Drawing game combined with a physics engine. Основная информация о расширении
| Название | |
| ID | aecoohfoheganandmojfkbnmnllfhjdg |
| Официальный URL | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
| Описание | 2D physics game, protect the onion using one piece of string. |
| Размер файла | 2.07 MB |
| Количество установок | 8,000 |
| Текущая Версия | 0.001 |
| Последнее Обновление | 2023-02-08 |
| Дата публикации | 2023-02-07 |
| Рейтинг | 3.20/5 Всего 5 оценок |
| Разработчик | https://onionfist.net |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
} | |