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是由https://supermario-game.com开发的Chrome扩展程序,该扩展的主要功能是“Play the original super mario game online. You can select any level out of 32 or generate a random map.”。
扩展截图
下载Super Mario Game扩展crx文件
下载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'" } |