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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Super Mario Game Super Mario Game
ID ojmkhcpbojindajmpjhdnbcbopbnjpgn
官方網址 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'"
}