Onion Simulator
2D physics game, protect the onion using one piece of string.
Onion Simulatorとは何ですか?
Onion Simulatorはhttps://onionfist.netによって開発されたChromeの拡張機能で、その主な機能は「2D physics game, protect the onion using one piece of string.」です。
拡張機能のスクリーンショット
Onion Simulator拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
]
} | |