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
公式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
Eメール [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'"
}