Super Mario Game

Play the original super mario game online. You can select any level out of 32 or generate a random map.

Wat is Super Mario Game?

Super Mario Game is een Chrome-extensie ontwikkeld door https://supermario-game.com, en de belangrijkste functie is "Play the original super mario game online. You can select any level out of 32 or generate a random map.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Super Mario Game

Download Super Mario Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Super Mario Game Super Mario Game
ID ojmkhcpbojindajmpjhdnbcbopbnjpgn
Officiële URL https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn
Beschrijving Play the original super mario game online. You can select any level out of 32 or generate a random map.
Bestandsgrootte 6.03 MB
Aantal Installaties 221,989
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-04-28
Publicatiedatum 2021-04-28
Beoordeling 4.07/5 Totaal 27 Beoordelingen
Ontwikkelaar https://supermario-game.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://supermario-game.com/
Ondersteunde Talen 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'"
}