Super Mario Game
Play the original super mario game online. You can select any level out of 32 or generate a random map.
Super Mario Gameคืออะไร?
Super Mario Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://supermario-game.com และคุณลักษณะหลักของมันคือ "Play the original super mario game online. You can select any level out of 32 or generate a random map."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Mario Game
ดาวน์โหลดไฟล์ส่วนขยาย Super Mario Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play the original Super Mario bros game for free! All browsers and mobile devices are supported. You can select any level out of 32 or generate a random map.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojmkhcpbojindajmpjhdnbcbopbnjpgn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn |
คำอธิบาย | Play the original super mario game online. You can select any level out of 32 or generate a random map. |
ขนาดไฟล์ | 6.03 MB |
จำนวนการติดตั้ง | 221,989 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-04-28 |
วันที่เผยแพร่ | 2021-04-28 |
คะแนน | 4.07/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | https://supermario-game.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://supermario-game.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Mario Game", "description": "Play the original super mario game online. You can select any level out of 32 or generate a random map.", "minimum_chrome_version": "23", "manifest_version": 2, "offline_enabled": true, "version": "1.0.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Mario", "default_popup": "game\/index.html" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |