Simon
Simon is the game of lights and sounds of 80's
Simonคืออะไร?
Simon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onets.altervista.org และคุณลักษณะหลักของมันคือ "Simon is the game of lights and sounds of 80's"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simon
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |