Simon
Simon is the game of lights and sounds of 80's
Simonとは何ですか?
Simonはhttps://onets.altervista.orgによって開発されたChromeの拡張機能で、その主な機能は「Simon is the game of lights and sounds of 80's」です。
拡張機能のスクリーンショット
Simon拡張機能のCRXファイルをダウンロード
Simon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Simon game is the game of lights and sounds in which player must repeat random sequences of lights by pressing the colored pads in the correct order.
拡張機能の基本情報
名前 | Simon |
ID | ojlfeplffbmkdibaelofhhhmplajjmmj |
公式URL | https://chromewebstore.google.com/detail/simon/ojlfeplffbmkdibaelofhhhmplajjmmj |
説明 | Simon is the game of lights and sounds of 80's |
ファイルサイズ | 318 KB |
インストール数 | 94 |
現在のバージョン | 1.3.0.0 |
最終更新日 | 2023-08-25 |
公開日 | 2021-06-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://onets.altervista.org |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://onets.altervista.org/privacy/informativa.html |
対応言語 | en,es,it,ru,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "author": "Roberto E. Oneto", "description": "__MSG_extensionDescription__", "version": "1.3.0.0", "background": { "service_worker": "worker_wrapper.js" }, "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/onets.altervista.org\/Simon\/" ], "default_locale": "en" } |